Skip to content

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

Description

@cowtowncoder

(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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions