Skip to content

Instantly share code, notes, and snippets.

@davidtcdeveloper
Last active June 5, 2016 17:54
Show Gist options
  • Select an option

  • Save davidtcdeveloper/b7db16308a858b90a67f97997d0067e4 to your computer and use it in GitHub Desktop.

Select an option

Save davidtcdeveloper/b7db16308a858b90a67f97997d0067e4 to your computer and use it in GitHub Desktop.
Adding GSON setup in our class.
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