| 程序包 | 说明 | 
|---|---|
| me.chanjar.weixin.common.bean.menu | |
| me.chanjar.weixin.common.util.json | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| static WxMenu | WxMenu. fromJson(InputStream is)要用 http://mp.weixin.qq.com/wiki/16/ff9b7b85220e1396ffa16794a9d95adc.html 格式来反序列化
 相比 http://mp.weixin.qq.com/wiki/13/43de8269be54a0a6f64413e4dfa94f39.html 的格式,外层多套了一个menu | 
| static WxMenu | WxMenu. fromJson(String json)要用 http://mp.weixin.qq.com/wiki/16/ff9b7b85220e1396ffa16794a9d95adc.html 格式来反序列化
 相比 http://mp.weixin.qq.com/wiki/13/43de8269be54a0a6f64413e4dfa94f39.html 的格式,外层多套了一个menu | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| protected WxMenu | WxMenuGsonAdapter. buildMenuFromJson(com.google.gson.JsonArray buttonsJson) | 
| WxMenu | WxMenuGsonAdapter. deserialize(com.google.gson.JsonElement json,
           Type typeOfT,
           com.google.gson.JsonDeserializationContext context) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| com.google.gson.JsonElement | WxMenuGsonAdapter. serialize(WxMenu menu,
         Type typeOfSrc,
         com.google.gson.JsonSerializationContext context) | 
Copyright © 2024. All rights reserved.