| 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 | 
|---|---|
static LongSerializationPolicy | 
LongSerializationPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static LongSerializationPolicy[] | 
LongSerializationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GsonBuilder | 
GsonBuilder.setLongSerializationPolicy(LongSerializationPolicy serializationPolicy)
Configures Gson to apply a specific serialization policy for  
Long and long
 objects. |