StackTraceElementDeserializer
not working if field visibility changed
#1794
Milestone
StackTraceElementDeserializer
not working if field visibility changed
#1794
exception when deserializing annotated
StackTraceElement[]
field:experiencing on version 2.8.2, reproduced with 2.8.10 and 2.9.2
works fine in tests that serialize directly to and from a
String
, but fails when serialized to abyte[]
, first deserailized to aJsonNode
and then from aJsonNode
to the original object classexample test code:
https://groups.google.com/d/msg/jackson-user/buIEhJhB1xk/Zdg4_cTdAAAJ
The text was updated successfully, but these errors were encountered: