Created
August 29, 2016 14:59
-
-
Save davidtcdeveloper/d0d2000afb421aa67d8e23180f9a942e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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