Skip to content

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

License

Notifications You must be signed in to change notification settings

cheneyang/retrofit2-converters-fastjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastjson Converters

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

Usage

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

	allprojects {  
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}  

Step 2. Add the dependency

	dependencies {  
	        compile 'com.github.SeanCode:retrofit-converters-fastjson:1.1'
	}  

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages