Package IO.JSON.Gson.com.google.gson

This package provides the com.google.gson.Gson class to convert Json to Java and vice-versa.

See: Description

Package IO.JSON.Gson.com.google.gson Description

This package provides the com.google.gson.Gson class to convert Json to Java and vice-versa.

The primary class to use is com.google.gson.Gson which can be constructed with new Gson() (using default settings) or by using com.google.gson.GsonBuilder (to configure various options such as using versioning and so on).