rharter / auto-value-gson

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

Sort adapters in TypeAdapterFactory #182

Closed rharter closed 5 years ago

rharter commented 6 years ago

Adapters should be sorted alphabetically in the TypeAdapterFactory generation so that it produces deterministic code across platforms.

seanfchan commented 6 years ago

Please take a look at https://github.com/rharter/auto-value-gson/pull/183

ZacSweers commented 5 years ago

Done in #183