JAXB - Marshal to a String not to a File
843834Jan 31 2002 — edited Mar 15 2002I have generate my java class and I've created a subclass of it. Now I want to marshall this class to an XML string not to a XML file. And also I want to unmarshall and XML string to an object of my class. How can I do this?
Thanks in advance.