jackson-datatype-guava icon indicating copy to clipboard operation
jackson-datatype-guava copied to clipboard

(DEPRECATED) -- moved under `jackson-datatypes-collections`

Results 4 jackson-datatype-guava issues
Sort by recently updated
recently updated
newest added

Deserializing an array with a null element will result in the ImmutableList throwing a nullpointer. Is there a setting to ignore nulls, is this the expected behaviour or can the...

Hi, I am trying to serialize RangeSet using jackson 2.8 libraries. I am getting the following exception: Exception in thread "main" com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class java.time.LocalDateTime and no...

Are there any alternatives, I don't see any utility in the current module?

Guava's Tables don't quite fit under map-like types, though they're often used in place of nested maps. In particular, ImmutableTables don't construct themselves as nested maps; instead, they construct cell-by-cell....