Create an xml file for my java objects

hotmaid

New Member
I am developing a game, I would like to save the state of the objects in xml file. I don't have a schema for it. Say I have, Country has list of States objects and that has a list of cities objects. How can I generate an xml schema that saves their information?
 
Back
Top