Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 476 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 476 Bytes

jsoniter (json-iterator) Retrofit2 Converter

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

The default jsoniter decoding mode is DecodingMode.REFLECTION_MODE. You can however use another DecodingMode, as provided by the jsoniter library.

You can use jitpack to add this library to your project.

compile 'com.github.gmetal:retrofit-jsoniter:latest.version'