Articles tagged in: Gson



Gson Builder — Model Versioning

The APIs you've to integrate into your applications will evolve over time. Usually you can simply update your models to the newer version, but this is not always possible. If your application has to deal with multiple versions of the same model, this is the perfect tutorial for you. You'll …

Continue Reading

Practical Gson — Low Level Parsing

In this blog post, we'll explore a topic which might be very interesting for some of you: low level parsing with Gson. In the past 25+ blog posts, we've reiterated that the best and bug-free way is to use as much automatic mapping as possible. Nevertheless, in some cases, you …

Continue Reading

Gson Advanced — Custom Instance Creator

In this blog post, we'll look at one more component when it comes to custom deserialization. In the past few blog posts, we've explored how to customize the serialization and deserialization of your data. In both cases we're trying to mitigate differences in the data models between server and client. …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.