摘要: 1 using System; 2 using System.Text; 3 using System.Collections.Generic; 4 using Newtonsoft.Json; 5 using Newtonsoft.Json.Converters; 6 using Newtonsoft.Json.Linq; 7 8 namespace LightBlog.Data 9 { 10 11 12 ///<summary> 13 /// Json类,用于平台间数据交换的序列化和反序列化 14 ///</summary> 15 public ... 阅读全文
posted @ 2011-11-25 15:47 Luoxiaojie 阅读(1362) 评论(0) 推荐(0)
摘要: http://www.corange.cn/archives/2010/10/3694.html 阅读全文
posted @ 2010-10-16 11:05 Luoxiaojie 阅读(181) 评论(0) 推荐(0)