alexfacciorusso
01/10/2019, 5:13 PMAn operation is not implemented: Obtaining serializer from KClass is not available on native due to the lack of reflection. Use .serializer() directly on serializable class.hmole
01/10/2019, 5:42 PMkotlinx.serialization on native you have to call serializer() manually inside a companion and pass it to JSON methods for it to work. Don't know how it's implemented in the serializer you linked.