Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.02 KB

Jackson Converter

A Converter which uses Jackson for serialization to and from JSON.

A default ObjectMapper instance will be created or one can be configured and passed to the JacksonConverterFactory construction to further control the serialization.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.squareup.retrofit2</groupId>
  <artifactId>converter-jackson</artifactId>
  <version>latest.version</version>
</dependency>

or Gradle:

implementation 'com.squareup.retrofit2:converter-jackson:latest.version'

Snapshots of the development version are available in Sonatype's snapshots repository.