StaticGson icon indicating copy to clipboard operation
StaticGson copied to clipboard

A Gson binding generator with annotation processing

Results 2 StaticGson issues
Sort by recently updated
recently updated
newest added

``` java @SerializedName("foo.bar") public String bar; ``` Inspired by https://github.com/google/gson/issues/807

As [Orma](https://github.com/gfx/Android-Orma) does.