Skip to content
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

Fix TypeId serialization for JsonTypeInfo.Id.DEDUCTION, native type ids #3914

Closed
cowtowncoder opened this issue May 4, 2023 · 0 comments
Closed

Comments

@cowtowncoder
Copy link
Member

(note: to fix FasterXML/jackson-dataformats-text#404)

Looks like serialization of "type id" for DEDUCTION-based type info (in which there is no explicit type id) does not work correctly.
The problem is that if native Type Ids are supported (like for YAML), value start markers (for Object/Array values) are not written either. They should be.

@cowtowncoder cowtowncoder added to-evaluate Issue that has been received but not yet evaluated 2.15 and removed to-evaluate Issue that has been received but not yet evaluated labels May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant