Skip to content

nested arrays containing objects #4

@JohnWeisz

Description

@JohnWeisz

When deserializing nested arrays, only primitives can be accurately instantiated. All other non-null values will be instantiated to Object instances, except when type-hints are present and enabled.

Custom types in nested arrays would require an elementType setting for @JsonMember that is nestable -- which is a planned feature, but not currently supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions