| Package | Description |
|---|---|
| com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
| com.google.gson.internal |
Do NOT use any class in this package as they are meant for internal use in Gson.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.reflect.Type,InstanceCreator<?>> |
GsonBuilder.instanceCreators |
| Constructor and Description |
|---|
Gson(Excluder excluder,
FieldNamingStrategy fieldNamingStrategy,
java.util.Map<java.lang.reflect.Type,InstanceCreator<?>> instanceCreators,
boolean serializeNulls,
boolean complexMapKeySerialization,
boolean generateNonExecutableGson,
boolean htmlSafe,
boolean prettyPrinting,
boolean lenient,
boolean serializeSpecialFloatingPointValues,
LongSerializationPolicy longSerializationPolicy,
java.util.List<TypeAdapterFactory> typeAdapterFactories) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.reflect.Type,InstanceCreator<?>> |
ConstructorConstructor.instanceCreators |
| Constructor and Description |
|---|
ConstructorConstructor(java.util.Map<java.lang.reflect.Type,InstanceCreator<?>> instanceCreators) |