FasterXML / FasterXML/jackson-datatypes-collections
PrimitiveRefMapSerializer and RefPrimitiveMapSerializer don't extend ContainerSerializer
Open
- Dominant language
- Java
- Stars
- 90
- Forks
- 56
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 1
Description
`ContainerSerializer` (a class in `jackson-databind`) includes some non-trivial machinery which may change in any version of Jackson. `PrimitiveRefMapSerializer` and `RefPrimitiveMapSerializer` (in `primitive_collections_base`) duplicate some parts of that logic (and I'm not sure that they do it right). Therefore, I think it would be nice to refactor these classes to inherit from `ContainerSerializer`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.