Web and Windows Phone 7 by Ben Cull

Posts Tagged “Serialization”

Deserializing JSON in Android using GSON

Posted on April 30th, 2010 by Benjii

The quickest and easiest way to serialize/deserialize JSON in Android is to use Google’s GSON library. It contains almost everything you need to connect your android application to a web service that returns JSON. I’ve also included a quick filter to successfully deserialize Microsoft styled dates from JSON to Java. Download the GSON library Go [...]