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

A simple Retrofit 2 converter for the jsoniter library

License

Notifications You must be signed in to change notification settings

gmetal/retrofit-jsoniter

Repository files navigation

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'

About

A simple Retrofit 2 converter for the jsoniter library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages