Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找的是一个通用且可扩展的开源序列化库。
它应该支持类型/属性属性的扩展和编码器的配置,以便从二进制序列化到基于文本的序列化的整个范围都可以基于它来实现。
有没有类似的东西?
尝试为您的目的使用协议缓冲区http://code.google.com/p/protobuf/