搜索资源列表
cereal-master
- cereal一个序列化库,可以将流输出为JSON,XML,BINARY文件。高效,好用-cereal a serialization library, you can stream output as JSON, XML, BINARY file. Efficient, easy to use
序列化
- 主要是对.net序列化方法进行包装,方便将对象序列化成xml或二进制,或者反序列化。(Basically, the.Net serialization method is packaged to facilitate the sequence of objects into XML or binary, or anti serialization.)
Newtonsoft.Json.dll
- 功能比较多,效率比较高,官方给出对比数据 50% faster than DataContractJsonSerializer, and 250% faster than Javascr iptSerializer. 比较常用的功能除了序列化发序列化之外,还有 Linq To Json、Json Path、 XML support等(The function is much more, the efficiency is higher, the official gives the co