Hi,
I think I have found a bug MoxyObjectProvider which prevents Moxy from
correctly serialising an object graph if it contains a similar subgraph
nested in multiple places. See the Jira issue for an example:
https://java.net/jira/browse/JERSEY-2868.
The root cause seems to be how the breaking of cycles is done based on
typenames rather than object identity.
I am wondering if anybody on the Jersey team has had a chance to look
into this. I am basically curious if this is a real bug or I am missing
something :)
Thanks.