I am able to serialize from Child to Parent (JsonManagedReference -> JsonBackReference) but its not working for Parent -> child.
Is there any way to do that ?
I also tried with the JsonIdentityInfo. Here, I am unable to deserialize Json that contain 2 objects with the same ID. I have created a question: