Last active
June 5, 2016 17:54
-
-
Save davidtcdeveloper/b7db16308a858b90a67f97997d0067e4 to your computer and use it in GitHub Desktop.
Adding GSON setup in our class.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public static TypeAdapter<PersonData> typeAdapter(Gson gson) { | |
| return new AutoValue_PersonData.GsonTypeAdapter(gson); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment