Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 355 Bytes

File metadata and controls

18 lines (10 loc) · 355 Bytes

optionfactory-spring/marshaling-jackson

Jackson modules and adapters. Notably, the Quirks module handles per-ObjectMapper serialization/deseralization quirks.

Maven

        <dependency>
            <groupId>net.optionfactory.spring</groupId>
            <artifactId>marshaling-jackson</artifactId>
        </dependency>

Usage