public static class KeyValuePair.KeyValuePairJsonSerializer extends java.lang.Object implements com.google.gson.JsonSerializer<KeyValuePair>
构造器和说明 |
---|
KeyValuePairJsonSerializer() |
限定符和类型 | 方法和说明 |
---|---|
com.google.gson.JsonElement |
serialize(KeyValuePair src,
java.lang.reflect.Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
KeyValuePair json格式序列化实现函数
|
public com.google.gson.JsonElement serialize(KeyValuePair src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize
在接口中 com.google.gson.JsonSerializer<KeyValuePair>
src
- 原数据typeOfSrc
- 原数据类型context
- 序列化上下文