FasterXML / jackson-datatypes-collections

Jackson project that contains various collection-oriented datatype libraries: Eclipse Collections, Guava, HPPC, PCollections
Apache License 2.0
79 stars 53 forks source link

Add support for Guava's Immutable{Double,Int,Long}Array during serialization/deserialization #86

Closed albertlr closed 3 years ago

albertlr commented 3 years ago

Add support to serialize and deserialize Guava's Immutable{Double,Int,Long}Array as requested in #24 .

These primitives were not part of primitive support added in #69