|
||||||||||||||
|
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:

This is normal. XStream uses specialized converters for known types only, all other ones are handled by the reflection-based converters which will reflect any implementation specific detail in the XML structure. This includes differences between different JDK versions or JDKs from different vendors.
If you want to prevent this behavior for UnicodeProperties, you will have to register your own converter that can handle this type. You may simply derive from the MapConverter.