Jörg Schaible resolved Bug XSTR-717 as Not A Bug

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.

Change By: Jörg Schaible (14/Jan/13 11:36 AM)
Resolution: Not A Bug
Status: Open Resolved
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:

http://xircles.codehaus.org/manage_email

Reply via email to