ObjectStore
0.2.0
objectstore-json
/
objectstore.json
/
JsonStoreSerializer
Json
Store
Serializer
class
JsonStoreSerializer
(
json
:
Json
=
defaultJson
)
:
ObjectStoreSerializer
Constructors
Functions
Constructors
Json
Store
Serializer
Link copied to clipboard
fun
JsonStoreSerializer
(
json
:
Json
=
defaultJson
)
Functions
deserialize
Link copied to clipboard
open
override
fun
<
T
:
Any
>
deserialize
(
type
:
KType
,
data
:
String
)
:
T
serialize
Link copied to clipboard
open
override
fun
<
T
:
Any
>
serialize
(
type
:
KType
,
data
:
T
)
:
String