I'm getting a StackOverFlow exception when trying to save my JGraphX model as XML, because I have a circular reference on my mxCell value class (and yes, I need it).
My question is: How can I make the JGraphX recognize the attribute responsible for the loop as a reference, or make it transient in some way, so I can save and read the XML later without problems?