Let's get started with a Microservice Architecture with Spring Cloud:
Jackson JSON Series
Last updated: September 28, 2023
This tutorial illustrates the most common Jackson tasks, problems, and solutions while marshalling and unmarshalling JSON.
.
.
.
.
.
Jackson – Basics
- Jackson Annotation Examples
- Intro to the Jackson ObjectMapper
- Jackson Unmarshalling JSON with Unknown Properties
- XML Serialization and Deserialization with Jackson
- Using Optional with Jackson
- Jackson Date
- Jackson Exceptions – Problems and Solutions
.
.
.
.
.
Jackson – Customization
- Jackson Ignore Properties on Marshalling
- Ignore Null Fields With Jackson
- Jackson – Change Name of Field
- Guide to @JsonFormat in Jackson
- Jackson – Marshall String to JsonNode
- Jackson – Custom Serializer
- Getting Started with Custom Deserialization in Jackson
- Spring Boot: Customize the Jackson ObjectMapper
- OffsetDateTime Serialization With Jackson
- Deserialize Snake Case to Camel Case With Jackson
.
.
.
.
.
Jackson – Advanced
- More Jackson Annotations
- Jackson JSON Views
- Map Serialization and Deserialization with Jackson
- How To Serialize and Deserialize Enums with Jackson
- Mapping a Dynamic JSON Object with Jackson
- Mapping Nested Values with Jackson
- Jackson – Bidirectional Relationships
- Working with Tree Model Nodes in Jackson
- @JsonSubTypes vs. Reflections for Polymorphic Deserialization in Jackson
- Fix the JsonMappingException: Can not deserialize instance of java.util.ArrayList from Object value (token JsonToken.START_OBJECT)
- How to Process YAML with Jackson
.
.
.
.
.
















