| 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. |
| IO.JSON.Gson.com.google.gson.internal.bind |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldNamingPolicy
An enumeration that defines a few standard naming conventions for JSON field names.
|
| Modifier and Type | Method and Description |
|---|---|
FieldNamingStrategy |
Gson.fieldNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
GsonBuilder |
GsonBuilder.setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)
Configures Gson to apply a specific naming policy strategy to an object's field during
serialization and deserialization.
|
| Constructor and Description |
|---|
ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor,
FieldNamingStrategy fieldNamingPolicy,
Excluder excluder,
JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory) |