kompendium
2.3.1
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
kompendium-oas
/
io.bkbn.kompendium.oas.serialization
/
AnySerializer
Any
Serializer
class
AnySerializer
<
T
:
Any
>
:
KSerializer
<
T
>
Content copied to clipboard
Functions
Properties
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
T
Content copied to clipboard
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
T
)
Content copied to clipboard
fun
serialize
(
encoder
:
Encoder
,
obj
:
T
,
clazz
:
KClass
<
T
>
)
Content copied to clipboard
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Content copied to clipboard