-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement XmlBeanSerializer.unwrappingSerializer() #83
Comments
I've taken a look at this too, and there's two way to solve this:
I think the second solution is the way to go. I might try that soon since I might need unwrapping support in Xml. |
Unwrapping is challenging thing to support, but if it can be made to work, great. I thin @pgelinas is probably right; and the reason for existing inheritance hierarchy is due to |
Little note: I've quickly hacked with the current class hierarchy and unwrapping is easily supported with the Xml module. Like, really easy: all that was missing is a small class mirroring |
Awesome -- looking forward to this! |
No description provided.
The text was updated successfully, but these errors were encountered: