这两天在学习微信接口,获取AccessToken要用到Json,
碰到了一些问题:
1.编译报错
→ 要增加引用“System.Runtime.Serialization”,“System.ServiceModel.Web“,”System.ServiceModel“
2.报错:反序列化JSON过程中报了如下一个错误 : 无法序列化类型SearchResult。可以考虑使用 DataContractAttribute 属性对其进行标记,或使用 DataMemberAttribute 属性标记该类型所有想要序列化的成员
→反序列类被我写成internal的了,要改成public的