ObjectStore
0.2.0
objectstore-cbor
/
objectstore.cbor
/
CborStoreSerializer
Cbor
Store
Serializer
class
CborStoreSerializer
(
cbor
:
Cbor
=
defaultCbor
)
:
ObjectStoreSerializer
Constructors
Functions
Constructors
Cbor
Store
Serializer
Link copied to clipboard
fun
CborStoreSerializer
(
cbor
:
Cbor
=
defaultCbor
)
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