Constructor and Description |
---|
ServiceJsonDeSerializer() |
Modifier and Type | Method and Description |
---|---|
Service |
deserialize(JsonElement json,
java.lang.reflect.Type typeOfT,
JsonDeserializationContext context)
方法描述反序列化函数
|
public Service deserialize(JsonElement json, java.lang.reflect.Type typeOfT, JsonDeserializationContext context) throws JsonParseException
json
- 原始json数据typeOfT
- 目标类型context
- 反序列化上下文JsonParseException