protobuf-net
Use "Protocol Buffers" serialization from your .NET code
Introduction
protocol buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be:
- small in size - efficient data storage (far smaller than xml)
- cheap to process - both at the client and server
- platform independent - portable between different programming architectures
- extensible - to add new data to old messages
protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5, .NET CF 2.0/3.5, Mono 2.x, Silverlight 2, etc.
http://code.google.com/p/protobuf-net/
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步