
static class InterceptorFactory.InterceptorAdapter<T> extends TypeAdapter<T>
| Modifier and Type | Field and Description |
|---|---|
private TypeAdapter<T> |
delegate |
private JsonPostDeserializer<T> |
postDeserializer |
| Constructor and Description |
|---|
InterceptorFactory.InterceptorAdapter(TypeAdapter<T> delegate,
Intercept intercept) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(JsonReader in) |
void |
write(JsonWriter out,
T value) |
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTreeprivate final TypeAdapter<T> delegate
private final JsonPostDeserializer<T> postDeserializer
public InterceptorFactory.InterceptorAdapter(TypeAdapter<T> delegate, Intercept intercept)
public void write(JsonWriter out, T value) throws IOException
write in class TypeAdapter<T>IOExceptionpublic T read(JsonReader in) throws IOException
read in class TypeAdapter<T>IOException