anyone has any clue on this message I sent some da...
# ktor
a
anyone has any clue on this message I sent some days ago? Cheers! https://kotlinlang.slack.com/archives/C0A974TJ9/p1547224415261500
s
I'm using jackson and I'm parsing list Json without a problem
I think it is a Kotlinx.Serialization issue. Have you set it up correctly? I suggest posting to Serialization channel
a
But as I wrote, if I use
JSON.unstrict.deserialize()
, it works perfectly, so kotlinx serialization works fine 😕
e
I faced the same issue myself and after trying multiple combinations,
register(MyClass.serializer().list)
, did the trick