FasterXML / FasterXML/jackson-datatypes-collections

PrimitiveRefMapSerializer and RefPrimitiveMapSerializer don't extend ContainerSerializer

Open
#62 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.