Questions tagged [jsonidentityinfo]
17 questions
0
votes
0 answers
Jackson prioritize serialization of main list over nested objects?
I have a one-to-many relationship, and when serializing a list of the parent objects, the JSON is exactly what I need. However when serializing a list of the the child objects, the JSON is tough to work with in my client side javascript/typescript…

SnoopDougg
- 1,467
- 2
- 19
- 35
0
votes
1 answer
Jackson jsonidentityinfo deserialization fails
I am building a RESTful service to view server relationships (A Server can contain another server as its parent). The service accepts JSON strings for CRUD commands.
I use @JsonIdentityInfo and @JsonIdentityReference in my Server Object, so that the…

johnythepeanut
- 21
- 9