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
Polymorphic deserialization from Ion even when providing subtypes with Json annotation does not work correctly. The details are in this SO post - https://stackoverflow.com/questions/52672038/missing-type-id-when-trying-to-resolve-subtype-jackson-ion-desrialization-even-a/
The text was updated successfully, but these errors were encountered:
Reference to FasterXML#149 in CBORParser should be FasterXML#124
c5ca642
FasterXML#124 relates to a CBOR invalid integer value issue, whereas FasterXML#149 is about polymorphic Ion serialization.
Reference to #149 in CBORParser should be #124
4925c41
#124 relates to a CBOR invalid integer value issue, whereas #149 is about polymorphic Ion serialization.
08b1d5d
No branches or pull requests
Polymorphic deserialization from Ion even when providing subtypes with Json annotation does not work correctly. The details are in this SO post -
https://stackoverflow.com/questions/52672038/missing-type-id-when-trying-to-resolve-subtype-jackson-ion-desrialization-even-a/
The text was updated successfully, but these errors were encountered: