Closed GoogleCodeExporter closed 9 years ago
If you are using ProGuard on these enums you cannot guarantee their value
inside the JSON. You need to register a custom TypeAdapter (or
TypeAdapterFactory) which uses a property other than the .name() so that you
can lookup the correct enum field based on the unobfuscated name inside the
JSON.
Original comment by j...@squareup.com
on 9 Aug 2014 at 6:06
Original issue reported on code.google.com by
sergiCas...@gmail.com
on 19 Feb 2014 at 12:58Attachments: