Closed mmilkin closed 6 years ago
ObjectDeserialization fails with a NPE when a float exists in the ion structure.
There may be other problems when getNumberType() returns null since TokenBuffer.copyCurrentEvent does not expect nulls.
https://github.com/FasterXML/jackson-databind/blob/master/src/main/java/com/fasterxml/jackson/databind/util/TokenBuffer.java#L1054-L1062
ObjectDeserialization fails with a NPE when a float exists in the ion structure.
There may be other problems when getNumberType() returns null since TokenBuffer.copyCurrentEvent does not expect nulls.
https://github.com/FasterXML/jackson-databind/blob/master/src/main/java/com/fasterxml/jackson/databind/util/TokenBuffer.java#L1054-L1062