We are using quite complex data structures and I a...
# kvision
t
We are using quite complex data structures and I am having an issue with custom serializers. I debug it and found that RestClient uses function
decodeFromDynamic
which is experimental and works a bit differently than
decodeFromString
. It also likely the reason that polymorhic serialization doesn't work properly. @Robert Jaros What do you think about set JQuery.ajax dataType option to "text" and leave the deserialization from JSON to kotlinx.serialization library.