jsonSerde

inline fun <T> jsonSerde(json: Json = Json.Default): Serde<T>

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