selfconference / selfconf-android

Android app for Self.conference
https://play.google.com/store/apps/details?id=org.selfconference.android
0 stars 0 forks source link

Explore replacing JSON deserializers with AutoValue Gson extension #23

Closed macklinu closed 8 years ago

macklinu commented 8 years ago

A lot of the JSON deserialization code could be replaced by this library - worth a spike.

https://github.com/rharter/auto-value-gson

macklinu commented 8 years ago

Meh, for now, I appreciate having more control over how JSON gets deserialized (like how to handle a missing property or a null value). Closing.