Skip to content

A Simple Selection Gson Converter for Retrofit Response Message

License

Notifications You must be signed in to change notification settings

DiepEsc/SelectionGsonConverter

Repository files navigation

SelectionGsonConverter

A Simple Selection Gson Converter for Retrofit Response Message

User guide

  • Add JitPack repository to your root build.gradle
    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
  • Add dependencie to your modul build.gradle
compile 'com.github.DiepEsc:SelectionGsonConverter:0.0'
  • For code implementation, see the example code in the modul Demo in this project or see demo code here

About

A Simple Selection Gson Converter for Retrofit Response Message

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages