b01c2c5a94
* BAEL-361 tests for Streaming API * BAEL-361 do not use deprecated API * BAEL-361 return to not read whole json document, only needed field |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Jackson Cookbooks and Examples
###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Jackson Ignore Properties on Marshalling
- Jackson – Unmarshall to Collection/Array
- Jackson Unmarshalling json with Unknown Properties
- Jackson – Custom Serializer
- Jackson – Custom Deserializer
- Jackson Exceptions – Problems and Solutions
- Jackson Date
- Jackson – Bidirectional Relationships
- Jackson JSON Tutorial
- Jackson – Working with Maps and nulls
- Jackson – Decide What Fields Get Serialized/Deserializaed
- A Guide to Jackson Annotations
- Working with Tree Model Nodes in Jackson
- Jackson vs Gson
- Intro to the Jackson ObjectMapper
- XML Serialization and Deserialization with Jackson
- More Jackson Annotations
- Inheritance with Jackson
- Guide to @JsonFormat in Jackson
- A Guide to Optional with Jackson