public class CollectionTypeAdapterFactory
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
Modifier and Type | Class and Description |
---|---|
private static class |
CollectionTypeAdapterFactory.Adapter<E>
Adapter for the Collections.
|
Modifier and Type | Field and Description |
---|---|
private com.google.gson.internal.ConstructorConstructor |
constructorConstructor |
Constructor and Description |
---|
CollectionTypeAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
<T> com.google.gson.TypeAdapter<T> |
create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> typeToken) |