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 |
Do NOT use any class in this package as they are meant for internal use in Gson.
|
IO.JSON.Gson.com.google.gson.internal.bind |
Modifier and Type | Method and Description |
---|---|
Excluder |
Gson.excluder() |
Modifier and Type | Field and Description |
---|---|
static Excluder |
Excluder.DEFAULT |
Modifier and Type | Method and Description |
---|---|
protected Excluder |
Excluder.clone() |
Excluder |
Excluder.disableInnerClassSerialization() |
Excluder |
Excluder.excludeFieldsWithoutExposeAnnotation() |
Excluder |
Excluder.withExclusionStrategy(ExclusionStrategy exclusionStrategy,
boolean serialization,
boolean deserialization) |
Excluder |
Excluder.withModifiers(int... modifiers) |
Excluder |
Excluder.withVersion(double ignoreVersionsAfter) |
Constructor and Description |
---|
ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor,
FieldNamingStrategy fieldNamingPolicy,
Excluder excluder,
JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory) |