Steven Walters created JOHNZON-228: -------------------------------------- Summary: Deserialization error when attempting to read to a number of primitive types Key: JOHNZON-228 URL: https://issues.apache.org/jira/browse/JOHNZON-228 Project: Johnzon Issue Type: Bug Components: Mapper Affects Versions: 1.1.13 Reporter: Steven Walters Attachments: johnzon-mapper-primitive-read.zip
Only certain primitive types (and their associated wrappers) are supported when reading via a Mapper with readObject The supported types are * bool/Boolean * double/Double * int/Integer * long/Long This leaves * byte/Byte * char/Character * float/Float * short/Short as not being supported. Small junit suite attached to show working and failing behavior of current primitives. -- This message was sent by Atlassian JIRA (v7.6.14#76016)