Private 成员函数 | |
| SingleTypeFactory (Object typeAdapter, TypeToken<?> exactType, boolean matchRawType, Class<?> hierarchyType) | |
Private 属性 | |
| final TypeToken<?> | exactType |
| final boolean | matchRawType |
| final Class<?> | hierarchyType |
| final JsonSerializer<?> | serializer |
| final JsonDeserializer<?> | deserializer |
额外继承的成员函数 | |
Public 成员函数 继承自 com.google.gson.TreeTypeAdapter< T > | |
| T | read (JsonReader in) throws IOException |
| void | write (JsonWriter out, T value) throws IOException |
静态 Public 成员函数 继承自 com.google.gson.TreeTypeAdapter< T > | |
| static TypeAdapterFactory | newFactory (TypeToken<?> exactType, Object typeAdapter) |
| static TypeAdapterFactory | newFactoryWithMatchRawType (TypeToken<?> exactType, Object typeAdapter) |
| static TypeAdapterFactory | newTypeHierarchyFactory (Class<?> hierarchyType, Object typeAdapter) |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.8