ObjectStore
0.2.0
common
objectstore-core
/
objectstore.core
/
ObjectStoreSerializer
Object
Store
Serializer
interface
ObjectStoreSerializer
Types
Functions
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
:
ObjectStoreSerializer
Functions
deserialize
Link copied to clipboard
abstract
fun
<
T
:
Any
>
deserialize
(
type
:
KType
,
data
:
String
)
:
T
serialize
Link copied to clipboard
abstract
fun
<
T
:
Any
>
serialize
(
type
:
KType
,
data
:
T
)
:
String
Inheritors
Companion
Link copied to clipboard