You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think I agree with magical use of dots in names (since they are legal name characters in general). But there is a suggestion for something like @JsonWrapped, and for such use it (or maybe more likely, use of String arrays in annotation), things could work.
Challenge is mostly wrt implementation as no tree structure is currently held in memory: serialization can be easy (... except, when multiple properties try to use same wrapping...), but deserialization becomes complex when wrappers need to be removed.
cowtowncoder
changed the title
serialize plain object to multi-level json
serialize plain object to multi-level json (@JsonWrap[ped])
Dec 16, 2018
I expect the serialization is
The text was updated successfully, but these errors were encountered: