Posted By:
john_farrelly
Posted On:
Tuesday, November 11, 2003 01:39 AM
Other than marshalling and unmarshalling into a new object (which is quite slow), how can I clone a JAXB object? There dosen't seem to be any function in the utility classes or object factories.
Do I need to add something to the xsd or xjb file to tell it to add cloning support for the jaxb objects?