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 RangeSerializer for @JsonFormat String shape #118 #128

Closed mukham12 closed 11 months ago

mukham12 commented 11 months ago

Serialization implementation for #118.

cowtowncoder commented 11 months ago

Ok, need to do some clean up after merge (missing @since tags, deprecation of old constructor; minor field naming diffs).

mukham12 commented 11 months ago

Thanks Tatu!

I'll explore the deserialization aspect next and try updating the RangeSerializer documentation to inform users about the newly supported serialization.

cowtowncoder commented 11 months ago

Thank you @mukham12 ! I merged this, did some post-merge cleanup & reorg'd tests slightly. Looking forward to deser changes!