Skip to content

Support reading boolean[]/short[]/float[] values #210

@cowtowncoder

Description

@cowtowncoder

(note: related to #196)

So: reading (deserializing) of some primitive array types -- like int[] and long[] and double[] -- is already supported, but others not.

Let's add support for:

  • boolean[]
  • short[]
  • float[]

Files to modify are:

  • jr-objects/src/main/java/com/fasterxml/jackson/jr/ob/impl/SimpleValueReader.java
  • jr-objects/src/test/java/com/fasterxml/jackson/jr/ob/PrimitiveArrayTest.java

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions