sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
sdk-serde-kotlinx
/
dev.restate.serde.kotlinx
/
KotlinSerializationSerdeFactory
/
Companion
/
jsonSerde
json
Serde
fun
<
T
>
jsonSerde
(
json
:
Json
=
Json.Default
,
jsonSchemaFactory
:
KotlinSerializationSerdeFactory.JsonSchemaFactory
=
DefaultJsonSchemaFactory
,
serializer
:
KSerializer
<
T
>
)
:
Serde
<
T
>
Creates a
Serde
implementation using the
kotlinx.serialization
json module.