摘要: JSON返回示例 :{ "data": { "address": "湖南省茶陵县", //地扯 "birthday": "1985-08-08", //生日 "constellation": "狮子座",//星座 "gender": "男... 阅读全文
posted @ 2016-01-18 14:14 Eric_shi 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 序列化:将实例转换成字符串反序列化:将字符串转换成实例 public static T Deserialize(this string jsonString, Encoding encoding) where T : class, new() { T result... 阅读全文
posted @ 2016-01-18 14:07 Eric_shi 阅读(50) 评论(0) 推荐(0) 编辑