2013-12-21 15:25:07 +02:00
|
|
|
|
=========
|
|
|
|
|
|
2013-12-21 15:26:49 +02:00
|
|
|
|
## Jackson Cookbooks and Examples
|
2013-12-21 15:25:07 +02:00
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2013-12-21 23:14:43 +02:00
|
|
|
|
- [Jackson Ignore Properties on Marshalling](http://www.baeldung.com/jackson-ignore-properties-on-serialization)
|
2014-03-20 21:59:42 +02:00
|
|
|
|
- [Jackson <20> Unmarshall to Collection/Array](http://www.baeldung.com/jackson-collection-array)
|
|
|
|
|
- [Jackson Unmarshalling json with Unknown Properties](http://www.baeldung.com/jackson-deserialize-json-unknown-properties)
|
|
|
|
|
- [Jackson <20> Custom Serializer](http://www.baeldung.com/jackson-custom-serialization)
|
|
|
|
|
- [Jackson <20> Custom Deserializer](http://www.baeldung.com/jackson-deserialization)
|
|
|
|
|
|
|
|
|
|
|