Skip to content

wendellq89/converter-fastjson

Repository files navigation

converter-fastjson

fastjson converter for Retrofit2

converter-fastjson quick start

new Retrofit.Builder()
                .baseUrl(API_URL)
                .addConverterFactory(FastjsonConverterFactory.create())
                .build();

add library

dependencies {
    compile 'com.wangqian:converter:0.0.3-beta3'
}

About

fastjson converter for Retrofit2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages