public class BreezeTypeAdapterFactory
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
| Constructor and Description |
|---|
BreezeTypeAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gson.JsonElement |
afterRead(com.google.gson.JsonElement deserialized)
Override this to muck with
deserialized before it parsed into
the application type. |
<T> com.google.gson.TypeAdapter<T> |
create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> type) |
public final <T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> type)
create in interface com.google.gson.TypeAdapterFactoryprotected com.google.gson.JsonElement afterRead(com.google.gson.JsonElement deserialized)
deserialized before it parsed into
the application type.