Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 692 Bytes

Fastjson Converter

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

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

Download

Maven:

<dependency>
  <groupId>xyz.xpcoder.common.retrofit2</groupId>
  <artifactId>converter-fastjson</artifactId>
  <version>1.0</version>
</dependency>

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