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

You can already do this with:
{format}xstream.registerConverter(new ReflectionConverter(
xstream.getMapper(), xstream.getReflectionProvider(), XStream.PRIORITY_VERY_LOW) {
protected boolean shouldUnmarshalTransientFields() { return true; }
});
xstream.registerConverter(new SerializableConverter(
xstream.getMapper(), xstream.getReflectionProvider(), XStream.PRIORITY_LOW) {
protected boolean shouldUnmarshalTransientFields() { return true; }
});{format}