We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to issue #631 BeanSerializer is using BeanSerializerBase's serializeWithType and it is not setting the currentValue.
currentObject is always null when serializing an object that is declared as a subtype.
The text was updated successfully, but these errors were encountered:
setCurrentValue on serializeWithType
b5c1567
FasterXML#878
Thank you for reporting this. It is likely that there are other places where this might happen, so please let us know if others are found.
Sorry, something went wrong.
4312a24
No branches or pull requests
Related to issue #631
BeanSerializer is using BeanSerializerBase's serializeWithType and it is not setting the currentValue.
currentObject is always null when serializing an object that is declared as a subtype.
The text was updated successfully, but these errors were encountered: