Originally posted by doodab
View Post
The key insight is cycles in the graphs. You can write a persister that introspects an object to map it to XML, without too much trouble. But if that object references its parent you can hit an infinite loop when you follow the references- so you have to keep track of where you've already been.
Comment