Skip to content

Serialization features

cowtowncoder edited this page Apr 9, 2013 · 12 revisions

Jackson on/off features: SerializationFeature

Jackson defines a set of features that relate to seserialization (writing Java objects as JSON), and that can be changed on per-call basis (by using ObjectWriter).

Settings can be divided in couple of loose categories, as follows.

Value conversions

Clone this wiki locally