Graph « XML file « Java I/O Q&A





1. Saving Java Object Graphs as XML file    stackoverflow.com

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)?

2. How to load my data into a GraphML file for easy use in Prefuse?    stackoverflow.com

I'm trying to generate some graphs with prefuse, and it seems like the easiest way to load the data into prefuse is to use a GraphML file. Is there an easy way ...

3. serialize graph of javabeans into xml having separate xml file for each java instance    stackoverflow.com

Could you please suggest a framework or tool which could serialize graph of javabeans into xml having separate xml file for each java instance? All the java xml tools i managed ...