How to convert a class into XML with Aegis?
Can´t find tutorials on the web, only random code.
How to convert Java to XML using Aegis?
901 views Asked by bruno At
2
How to convert a class into XML with Aegis?
Can´t find tutorials on the web, only random code.
This will save it to a file :
Take a look at http://download.oracle.com/javase/6/docs/api/javax/xml/bind/Marshaller.html for more info what you can use beside serializing it to a file.