jackson-module-scala icon indicating copy to clipboard operation
jackson-module-scala copied to clipboard

Support derived classes of concrete collections

Open christophercurrie opened this issue 11 years ago • 0 comments

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.

christophercurrie avatar Jan 14 '14 18:01 christophercurrie