propigator
Toggle table of contents
0.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
propigator
common
/
at.asitplus.propigator.common
/
BackingCodec
Backing
Codec
interface
BackingCodec
<
E
>
(
source
)
Format-specific bridge between a raw element type and typed kotlinx.serialization values.
Members
Functions
decode
Link copied to clipboard
abstract
fun
<
T
>
decode
(
serializer
:
KSerializer
<
T
>
,
element
:
E
)
:
T
encode
Link copied to clipboard
abstract
fun
<
T
>
encode
(
serializer
:
KSerializer
<
T
>
,
value
:
T
)
:
E
is
Null
Link copied to clipboard
abstract
fun
isNull
(
element
:
E
)
:
Boolean
null
Element
Link copied to clipboard
abstract
fun
nullElement
(
)
:
E