c5ddf680a7
* Add NDC and JBoss Logging to the demo application * NDC for Log4j, Log4j2 and JBoss Logging * Simplify NDC example by making it a single operation instead of two * Make NDC example as RestController, Use JBoss Logging only as a logging bridge * Fix merge conflicts in pull request - log-mdc pom.xml updated * BAEL-445 Update to Spring security SpEL example * BAEL-445: Change tabs to spaces in the updated code * BAEL-245: Add Enum Serialization exmaple * BAEL-245: Remove the folder jackson/src/test/java/com/baeldung/jackson/dtos/withEnum as the example is not used anymore * Add more enum serialization examples to align with previous example and prevent build fail * BAEL-611: Minor formatting changes * BAEL-611: Update Test case method names * BAEL-611 Add JAX-WS client and JUnit Test * BAEL-245: Issue 1753. Fix the typo - change from writeNumber() to writeString() |
||
---|---|---|
.. | ||
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
- Map Serialization and Deserialization with Jackson
- Jackson Streaming API