DelegateSerializer
abstract class DelegateSerializer<SERIALIZED, DESERIALIZED>(delegate: KSerializer<SERIALIZED>) : KSerializer<DESERIALIZED>
Delegates kotlin serialization to a backing type for simpler encoding.
Delegates kotlin serialization to a backing type for simpler encoding.