Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Advanced Jackson Usage

Header Image

  1. Using Jackson with generics
    • This article covers the basics of using Jackson with generics to serialize and deserialize objects to and from JSON in a type-safe and flexible way.
  2. Using Jackson with nested objects
    • This article covers how to work with nested objects in Java using Jackson, including serialization, deserialization, and proper annotation of the classes involved.
  3. Using Jackson with collections
    • This article covers an introduction to collections and how to serialize and deserialize them with Jackson, including the benefits of using Jackson and the challenges that can arise when dealing with custom collection types or collections with nested objects.
  4. Using Jackson with annotations
    • This article provides an introduction to the annotations provided by the Jackson library for customizing the serialization and deserialization of Java objects to and from JSON format, including examples of the @JsonProperty, @JsonIgnore, and @JsonInclude annotations.
  5. Using Jackson with custom serializers and deserializers
    • This article provides an introduction to custom serialization and deserialization with Jackson, exploring how to create custom serializers and deserializers with code examples.

Table of contents