KotlinSerializationSerdeFactory
open class KotlinSerializationSerdeFactory @JvmOverloads constructor(json: Json = Json.Default) : SerdeFactory
This class implements SerdeFactory using Kotlinx serialization stack.
If you want to customize the Json object used in your service, it is recommended to subclass this class, and then register it using the dev.restate.sdk.annotation.CustomSerdeFactory annotation.