jsonSerde

inline fun <T> jsonSerde(json: Json = Json.Default, jsonSchemaFactory: KotlinSerializationSerdeFactory.JsonSchemaFactory = KotlinSerializationSerdeFactory.JsonSchemaFactory.NOOP): Serde<T>

Creates a Serde implementation using the kotlinx.serialization json module.