Tobias Kaymak
Tobias Kaymak
@pdegoeje could you share your workaround? I am facing the same issue without using `@JsonTypeInfo`, but with `@JsonProperty`
My use case is a parsing arrays full of `null` values that I wanted to map to a "NULL" string value. As it turns out, writing a custom deserializer on...
I was doing it wrong @cowtowncoder - I've adjusted the code from @pdegoeje to illustrate my problem and forgot to override the mentioned method. The following works - `ok2` is...
Tried something similar and faced a different exception Although in my case I have a string field and a timestamp and aparently the timestamp is the problem ``` [2018-06-13 13:48:26,639]...
Any update on this?
@krokofant the colors look "broken" to me in the current IntelliJ - which version are you using? 