public class WxMpIndustryGsonAdapter extends Object implements com.google.gson.JsonSerializer<WxMpTemplateIndustry>, com.google.gson.JsonDeserializer<WxMpTemplateIndustry>
| 构造器和说明 |
|---|
WxMpIndustryGsonAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMpTemplateIndustry |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(WxMpTemplateIndustry wxMpIndustry,
Type type,
com.google.gson.JsonSerializationContext context) |
public com.google.gson.JsonElement serialize(WxMpTemplateIndustry wxMpIndustry, Type type, com.google.gson.JsonSerializationContext context)
serialize 在接口中 com.google.gson.JsonSerializer<WxMpTemplateIndustry>public WxMpTemplateIndustry deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize 在接口中 com.google.gson.JsonDeserializer<WxMpTemplateIndustry>com.google.gson.JsonParseExceptionCopyright © 2024. All rights reserved.