Public 成员函数 | |
| Adapter (Gson context, Type keyType, TypeAdapter< K > keyTypeAdapter, Type valueType, TypeAdapter< V > valueTypeAdapter, ObjectConstructor<?extends Map< K, V >> constructor) | |
| Map< K, V > | read (JsonReader in) throws IOException |
| void | write (JsonWriter out, Map< K, V > map) throws IOException |
Private 成员函数 | |
| String | keyToString (JsonElement keyElement) |
Private 属性 | |
| final TypeAdapter< K > | keyTypeAdapter |
| final TypeAdapter< V > | valueTypeAdapter |
| final ObjectConstructor <?extends Map< K, V > > | constructor |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
private |
|
private |
|
private |
1.8.8