( Hoping to choose the right channel :smile: ) I...
# serialization
d
( Hoping to choose the right channel 😄 ) I got a
Ktype
(
KFunction.returnType
) and I just discovered I can get a
KSerializer
by calling
serializerByTypeToken( kType.javaType )
, but I’m on a multiplatform project. Since that
KType
could have
KType.arguments
( see
Map<String, Banana>
) what could be a right implementation for Native/Js? I’m getting lost 😄
✔️ 1