|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
To unsubscribe from this list please visit:

Sorry, but there's nothing XStream can really do for you. You are serializing the objects of a DOM model using the ReflectionConverter. However, this implies, that the generated XML is highly dependent on internal implementation details. These have changed for the DOM classes in the JDK from Java 1.4 to Java 5 and now obviously again from Java 6 to Java 7. To be independent of such changes you will have to write own converters for these classes or take an approach as provided by Ken Arnold in XSTR-548.