documentation cleanup work

This commit is contained in:
eugenp
2014-03-20 21:59:42 +02:00
parent a45c572d4b
commit 8e575a44d5
8 changed files with 16 additions and 1 deletions
+6
View File
@@ -4,3 +4,9 @@
### Relevant Articles:
- [Jackson Ignore Properties on Marshalling](http://www.baeldung.com/jackson-ignore-properties-on-serialization)
- [Jackson 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 Custom Serializer](http://www.baeldung.com/jackson-custom-serialization)
- [Jackson Custom Deserializer](http://www.baeldung.com/jackson-deserialization)