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

Our custom ReflectionConverter implementation doesn't actually derive from ReflectionConverter. It does something very similar, but it implements Converter directly as it does many other things beside this.
What's relevant here is that my custom reflection converter tolerates elements that are unknown. In contrast, XStream chokes if it encounters an element that makes no sense there. This is where I need to be able to do getField and catch an exception. So I still request that you kindly consider applying this patch.