I have a large tree of Java Objects in my Desktop Application and am trying to decide on the best way of persisting them as a file to the file system.
Some thoughts I\'v
XStream from codehaus.org
XML serialization/deserialization largely without coding. You can use annotations to tweak it. Working well in two projects where I work.
See my users group presentation at http://cjugaustralia.org/?p=61