FasterXML / FasterXML/jackson-future-ideas
Add support for Java-tuples datatypes (as part of `jackson-datatypes-collections`?)
Open
- Dominant language
- No language data
- Stars
- 21
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
(note: https://github.com/FasterXML/jackson-databind/issues/2020 is the background)
Tuple types from https://www.javatuples.org/ do not work out of the box, both due to immutability which requires builder-based construction (or use of "mutant factory" methods), and since getters do not (necessarily) exist for serialization -- and even if they did, would result in sub-optimal presentation.
But adding custom serializers, deserializers for 10 or so types seems quite simple.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.