Articles tagged in: Gson



hapi — Access Request Headers

Handling request headers isn’t a use case that comes to mind immediately when thinking through the development process of your app. You might think of routes, requests, appropriate responses and the design of your views. And at some point, you’re in a more advanced development stage and see …

Continue Reading

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

Explore the Library

Find interesting tutorials and solutions for your problems.