FasterXML / FasterXML/jackson-module-scala
Support derived classes of concrete collections
Open
- Dominant language
- Scala
- Stars
- 506
- Forks
- 138
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 48
Description
As discovered looking at #121, core Jackson supported deserializing derived classes of concrete collections. This is useful, for example, as a workaround for systems that do not provide Jackson with fully specified generic types in their implementation (in this case, Spring).
The Scala module should provide feature parity with core Jackson for this use case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.