Trying to deserialize a polymorphic type. `"Any ty...
# javascript
t
Trying to deserialize a polymorphic type.
"Any type is not supported"
s
I don’t understand from your code what you are trying to achieve, but usually this error means that you have
Any
or non-serializable type of field in one of your classes
when I log
serialClassDesc
it logs the first class it is trying to serialize which does have the
@Serializable
annotation