Gson
-
Enterprise Java
Using Google GSON : Extra Goodies : Part I
Introduction This is follow-up article to previous Getting Started with Google GSON where it shows the introductory material on using…
Read More » -
Enterprise Java
Using Google GSON : Extra Goodies : Part II
We continue with Using GSON from last article, also in case you missed the first article in series here is…
Read More » -
Enterprise Java
Getting Started with Google GSON
In Java world, JSON is becoming de facto standard for data exchange format over XML because of its ease of…
Read More » -
Enterprise Java
Parsing ESPN API using Java and Google GSON
For my first post, I’ll explain how to parse the ESPN API. The API documentation can be found at http://developer.espn.com/docs.…
Read More » -
Enterprise Java
Prime-UI, JAX-RS with Jersey and Gson on Oracle Cloud
The Oracle Cloud is around everywhere these days. It had a rough start with Larry denying the need for a…
Read More » -
Enterprise Java
JSON with GSON and abstract classes
I have switched to Google Gson after many years of using org.json library for supporting JSON data interchange format in…
Read More » -
Core Java
Cloning of Serializable and Non-Serializable Java Objects
Frequently developers rely on 3d party libraries to avoid reinventing the wheel, particularly in the Java world, with projects like…
Read More » -
Android Core
Android JSON Parsing with Gson Revisited
A while ago we hosted an article about using Gson for JSON parsing with Android. The tutorial was a simple…
Read More » -
Android Core
Android JSON Parsing with Gson Tutorial
Apart from XML, JSON is a very common format used in API responses. Its simplicity has helped to gain quite…
Read More »