rharter / auto-value-gson

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

Deterministic generation of TypeAdapterFactories #183

Closed seanfchan closed 6 years ago

seanfchan commented 6 years ago

We generate the TypeAdapterFactories by sorting the adapters alphabetically.

Issue: 182