kongo
Toggle table of contents
0.8.0
jvm
Platform filter
jvm
Switch theme
Search in API
kongo
core
/
dev.stashy.kongo
/
DocumentIdSerializerProvider
Document
Id
Serializer
Provider
jvm
interface
DocumentIdSerializerProvider
:
KSerializer
<
DocumentId
>
(
source
)
Members
Properties
descriptor
Link copied to clipboard
jvm
abstract
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
jvm
abstract
fun
deserialize
(
decoder
:
Decoder
)
:
DocumentId
serialize
Link copied to clipboard
jvm
abstract
fun
serialize
(
encoder
:
Encoder
,
value
:
DocumentId
)