toggle menu
BlueConic Android SDK
5.2.6
switch theme
search in API
BlueConic Android SDK
/
com.blueconic.impl
/
ObjectSerializer
Object
Serializer
class
ObjectSerializer
<
T
:
Serializable
>
Members
Constructors
Object
Serializer
Link copied to clipboard
constructor
(
)
Functions
restore
Link copied to clipboard
fun
restore
(
input
:
InputStream
?
)
:
T
fun
restore
(
filename
:
String
,
context
:
Context
)
:
T
?
Restores the commit log or cache from disk to memory.
save
Link copied to clipboard
fun
save
(
object
:
T
,
output
:
OutputStream
?
)
fun
save
(
object
:
T
,
filename
:
String
?
,
context
:
Context
)
Saves the commit log to disk.