Gson Advanced — Custom Deserialization Basics
In this blog post, we'll look on how to implement custom Gson deserialization. If your server sends you data in a format, which doesn't match your client's application data model, keep reading! Of course, this will not be the only post in our Gson series. If you're interested in the …
Continue Reading