peekandpoke
10/30/2020, 12:05 PMval type: KType = ...
val result = Json.decodeFromString(ktype, string)
Does this functionality exist?
Or asked the other way around: Is there something like a serializer-registry, that will give me the serializer for a given KClass or KType?
Thanks!peekandpoke
10/30/2020, 3:24 PMjson.serializersModule.serializer(type)