Skip to content

Instantly share code, notes, and snippets.

@davidtcdeveloper
Last active June 9, 2016 13:38
Show Gist options
  • Select an option

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

Select an option

Save davidtcdeveloper/d6fec161c135e217bb656850be3760e2 to your computer and use it in GitHub Desktop.
//...
import com.ryanharter.auto.value.gson.AutoValueGsonTypeAdapterFactory;
//...
Gson gson = new GsonBuilder()
.registerTypeAdapterFactory(new AutoValueGsonTypeAdapterFactory())
.create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment