Unable to deserialize alternate name with GSON, AutoValue, and Retrofit 2
I'm assuming you're using the com.ryanharter.auto.value:auto-value-gson
plugin. Support for alternate serialized names was not added until version 0.4.0. Update to com.ryanharter.auto.value:auto-value-gson:0.4.2
and you should then be able to deserialize alternate names.