garrettendi / mobius-strip

Mobius Strip - Engine for cRPG roguelikes
MIT License
1 stars 0 forks source link

XML serialisation of relevant files #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to work out the XML serialisation of MobiusFile.java and subclasses in 
order to load and create all relevant objects for engine

Original issue reported on code.google.com by dale.ha...@googlemail.com on 25 Dec 2011 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by dale.ha...@googlemail.com on 25 Dec 2011 at 9:07

GoogleCodeExporter commented 9 years ago

Original comment by dale.ha...@googlemail.com on 25 Dec 2011 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by dale.ha...@googlemail.com on 25 Dec 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Possible solutions:

http://jaxb.java.net/
http://xstream.codehaus.org/
http://simple.sourceforge.net/

More info:
http://java.sys-con.com/node/37550

Original comment by dale.ha...@googlemail.com on 25 Dec 2011 at 10:09

GoogleCodeExporter commented 9 years ago
After some playing around with XStream in a test project, I have decided to go 
with that. It seems to be simple and easy to use. Before I write code though, I 
will need to look at whether XStream's BSD Licence is compatible with my MIT 
Licence.

Original comment by dale.ha...@googlemail.com on 25 Dec 2011 at 10:28

GoogleCodeExporter commented 9 years ago
Think this is done. It may need tweaking as I carry on development

Original comment by dale.ha...@googlemail.com on 27 Jan 2012 at 11:03