using System.Text; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.IO; using System.Text.RegularExpressions; usin…
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatters.Binary; using System.Text; using System.Threading.…
上篇总结了下JSON的序列化和反序列化,博园中大牛给了很多牛叉的评论,学习了不少. 不过在上篇中忘了把json序列化和反序列化的另外一种方式写上去了,这里做个简单的补充: Json篇:http://www.cnblogs.com/zhanghaomars/p/3557644.html Json序列化和反序列化扩展方法实现类: using System; using System.Collections.Generic; using System.Linq; using System.Text;…