https://kotlinlang.org logo
#jackson-kotlin
Title
# jackson-kotlin
d

Dariusz Kuc

04/24/2020, 3:03 PM
hello! is there an easy way to get more details on why deserialization failed? e.g. getting generic
Copy code
Exception in thread "main" java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class com.Foo (java.util.LinkedHashMap is in module java.base of loader 'bootstrap'; com.Foo is in unnamed module of loader 'app')
when i try to deserialize the individual pieces of the response they all seem to work fine
nvm found it
8 Views