Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created January 6, 2017 13:55
Show Gist options
  • Save agustarc/b40dc52436cbf490ea97236587e93c71 to your computer and use it in GitHub Desktop.
Save agustarc/b40dc52436cbf490ea97236587e93c71 to your computer and use it in GitHub Desktop.
@GsonTypeAdapterFactory
public abstract class AutoValueGsonFactory implements TypeAdapterFactory {
public static TypeAdapterFactory create() {
return new AutoValueGson_AutoValueGsonFactory();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment