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'