Skip to content

Instantly share code, notes, and snippets.

@davidtcdeveloper
Created August 29, 2016 14:59
Show Gist options
  • Select an option

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

Select an option

Save davidtcdeveloper/d0d2000afb421aa67d8e23180f9a942e to your computer and use it in GitHub Desktop.
@GsonTypeAdapterFactory
abstract class AutoValueGsonAdapterFactory implements TypeAdapterFactory {
static TypeAdapterFactory create() {
return new AutoValueGson_AutoValueGsonAdapterFactory();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment