Package | Description |
---|---|
IO.JSON.Gson.com.google.gson |
This package provides the
com.google.gson.Gson class to convert Json to Java and
vice-versa. |
Modifier and Type | Method and Description |
---|---|
JsonElement |
JsonSerializer.serialize(T src,
java.lang.reflect.Type typeOfSrc,
JsonSerializationContext context)
Gson invokes this call-back method during serialization when it encounters a field of the
specified type.
|