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.
When deserializing nested arrays, only primitives can be accurately instantiated. All other non-null values will be instantiated to
Objectinstances, except when type-hints are present and enabled.Custom types in nested arrays would require an
elementTypesetting for@JsonMemberthat is nestable -- which is a planned feature, but not currently supported.