14 lines
748 B
Markdown
14 lines
748 B
Markdown
|
=========
|
|||
|
### Jackson Articles that are also part of the e-book
|
|||
|
|
|||
|
###The Course
|
|||
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|||
|
|
|||
|
### Relevant Articles:
|
|||
|
- [Jackson Ignore Properties on Marshalling](http://www.baeldung.com/jackson-ignore-properties-on-serialization)
|
|||
|
- [Jackson Unmarshalling json with Unknown Properties](http://www.baeldung.com/jackson-deserialize-json-unknown-properties)
|
|||
|
- [Jackson Annotation Examples](http://www.baeldung.com/jackson-annotations)
|
|||
|
- [Intro to the Jackson ObjectMapper](http://www.baeldung.com/jackson-object-mapper-tutorial)
|
|||
|
- [Ignore Null Fields with Jackson](http://www.baeldung.com/jackson-ignore-null-fields)
|
|||
|
- [Jackson – Change Name of Field](http://www.baeldung.com/jackson-name-of-property)
|