Gson Tutorial

Google Gson Tutorial

Google Gson is an open source, Java-based library developed by Google. It facilitates serialization of Java objects to JSON and vice versa. This tutorial adopts a simple and intuitive way to describe the basic-to-advanced concepts of Google Gson and how to use its APIs.

Audience

This tutorial will be useful for most Java developers, starting form beginners to experts. After completing this tutorial, we are confident that you will find it easy to use Google Gson in your programs.

Prerequisites

It is a simple tutorial that any developer with a little exposure to Java programming can easily understand.

Advertisements