Skip to content

ExternalJacksonSampleCode

cowtowncoder edited this page Oct 29, 2014 · 4 revisions

External Sample Code using Jackson

Here are links to sample code contributed by developers who have built things using Jackson; grouping is approximate.

"Generic" handling

Here are code samples for use cases where number of types supported is either unbounded, or large enough that type-specific support (one serializer/deserializer per type; or per-type mix-in annotations) is deemed impractical.