rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
603 stars 103 forks source link

Make field naming strategy support opt-in #208

Closed ZacSweers closed 4 years ago

ZacSweers commented 5 years ago

This comes at a cost in both generated code and also makes the generated code not proguardable due to reflective field lookups. The encouraged solution would be to just use @SerializedName

ZacSweers commented 5 years ago

Will punt until a new autovalue release is out with declaring custom supported options for extensions