What\'s the simplest-to-use techonlogy available to save an arbitrary Java object graph as an XML file (and to be able to rehydrate the objects later)?
XStream is very simple http://x-stream.github.io/
XStream is a simple library to serialize objects to XML and back again.