Skip to content

Instantly share code, notes, and snippets.

@davidtcdeveloper
Created August 29, 2016 15:00
Show Gist options
  • Select an option

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

Select an option

Save davidtcdeveloper/79114b497164a6a5069a66dc3c5e1094 to your computer and use it in GitHub Desktop.
Gson gson = new GsonBuilder()
.registerTypeAdapterFactory(AutoValueGsonAdapterFactory.create())
.create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment