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

Support deserialization of `ImmutableRangeSet` #119

Closed JooHyukKim closed 1 year ago

JooHyukKim commented 1 year ago

resolves #117

cowtowncoder commented 1 year ago

Ok this look goods... RangeSetDeserializer itself is, alas, a mess. Should rewrite it; type detection is wrong, it is mutable (need not be), fetches deserializer dynamically etc etc etc. Will create a follow-up ticket for rewrite.

EDIT: as usual, 3.0 has rewritten, nicer version. Hmmmh.

cowtowncoder commented 1 year ago

Will merge this later today I hope.

JooHyukKim commented 1 year ago

EDIT: as usual, 3.0 has rewritten, nicer version. Hmmmh.

Okay, lemme know if we need to back port πŸ‘πŸΌπŸ‘πŸΌ

EDIT will check later what we can backport 3.0version nicelyπŸ™πŸ½πŸ™πŸ½