Is there a way to save/export (also need to be able to view later) an inspected object structure?
Possibly export to a XML or JSON structure?
Is there a way to save/export (also need to be able to view later) an inspected object structure?
Possibly export to a XML or JSON structure?
You can use xstream, e.g.
Java objects:
Simply instantiate the XStream class:
Create an instance of Person and populate its fields:
Convert it to XML
Result