Jörg Schaible resolved New Feature XSTR-300 as Fixed

It's been a long time and XStream is still Java 1.4 compatible.

However, I was never lucky with the proposed changes of the XStream API. I've added therefore a complete different approach using a specialized converter (EnumToStringConverter) that can be registered individually for an individual Enum type. By default it is using the Enum's string representation (that's what I normally use to get a nice camel case representation from enum values like NOT_SUPPORTED also in other parts of my applications) or you may provide an individual map for the string alternative values.

This functionality works in consequence like an alias support for Enum values. Aliasing an Enum type has been possible for quite some time ago.

Change By: Jörg Schaible (13/Mar/13 8:29 PM)
Resolution: Fixed
Fix Version/s: 1.x Maintenance
Assignee: Jörg Schaible
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