Fudge
08/22/2019, 7:03 PMkotlinx.serialization.UpdateNotSupportedException: Update is not supported for <class>
exception for custom serializers. This only seems to happen when there are multiple objects which have custom serializers in one serializable class, rather than being related to a specific serializer. I guess I could override patch
in all of my serializers, but what is the meaning of Update
and patch
? Also I feel like I'm not supposed to do this considering the documentation doesn't say to override patch
...Fudge
08/23/2019, 9:37 AMjava.lang.IllegalStateException: Reader has not consumed the whole input:
very weird