2013-12-21 08:25:07 -05:00
|
|
|
|
=========
|
|
|
|
|
|
2013-12-21 08:26:49 -05:00
|
|
|
|
## Jackson Cookbooks and Examples
|
2013-12-21 08:25:07 -05:00
|
|
|
|
|
2016-06-28 05:16:18 -04:00
|
|
|
|
###The Course
|
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
2013-12-21 08:25:07 -05:00
|
|
|
|
### Relevant Articles:
|
2013-12-21 16:14:43 -05:00
|
|
|
|
- [Jackson Ignore Properties on Marshalling](http://www.baeldung.com/jackson-ignore-properties-on-serialization)
|
2016-02-08 05:53:05 -05:00
|
|
|
|
- [Jackson – Unmarshall to Collection/Array](http://www.baeldung.com/jackson-collection-array)
|
2014-03-20 15:59:42 -04:00
|
|
|
|
- [Jackson Unmarshalling json with Unknown Properties](http://www.baeldung.com/jackson-deserialize-json-unknown-properties)
|
2016-02-08 05:53:05 -05:00
|
|
|
|
- [Jackson – Custom Serializer](http://www.baeldung.com/jackson-custom-serialization)
|
|
|
|
|
- [Jackson – Custom Deserializer](http://www.baeldung.com/jackson-deserialization)
|
|
|
|
|
- [Jackson Exceptions – Problems and Solutions](http://www.baeldung.com/jackson-exception)
|
2016-02-08 05:54:36 -05:00
|
|
|
|
- [Jackson Date](http://www.baeldung.com/jackson-serialize-dates)
|
2016-02-09 07:30:27 -05:00
|
|
|
|
- [Jackson – Bidirectional Relationships](http://www.baeldung.com/jackson-bidirectional-relationships-and-infinite-recursion)
|
2016-02-10 06:50:01 -05:00
|
|
|
|
- [Jackson JSON Tutorial](http://www.baeldung.com/jackson)
|
2016-02-10 06:50:52 -05:00
|
|
|
|
- [Jackson – Working with Maps and nulls](http://www.baeldung.com/jackson-map-null-values-or-null-key)
|
2016-02-10 06:52:25 -05:00
|
|
|
|
- [Jackson – Decide What Fields Get Serialized/Deserializaed](http://www.baeldung.com/jackson-field-serializable-deserializable-or-not)
|
2016-02-10 06:53:22 -05:00
|
|
|
|
- [A Guide to Jackson Annotations](http://www.baeldung.com/jackson-annotations)
|
2016-02-10 19:53:18 -05:00
|
|
|
|
- [Working with Tree Model Nodes in Jackson](http://www.baeldung.com/jackson-json-node-tree-model)
|
2016-10-04 05:01:26 -04:00
|
|
|
|
- [Jackson vs Gson](http://www.baeldung.com/jackson-vs-gson)
|
|
|
|
|
- [Intro to the Jackson ObjectMapper](http://www.baeldung.com/jackson-object-mapper-tutorial)
|
|
|
|
|
- [XML Serialization and Deserialization with Jackson](http://www.baeldung.com/jackson-xml-serialization-and-deserialization)
|
|
|
|
|
- [More Jackson Annotations](http://www.baeldung.com/jackson-advanced-annotations)
|
|
|
|
|
- [Inheritance with Jackson](http://www.baeldung.com/jackson-inheritance)
|