Possible Duplicate:
Binary serialization/de-serialization in C++ and C#
我正在实施一项项目,在C++(广泛使用杀器)中书写服务器,客户申请在C#中书写。 在客户/服务器之间信息的序列化/代相传时,我正面临这一问题。
我研究了各种替代图书馆,以达到这种交叉格式的序列化,《Buffers议定书》似乎是最好的......但并不支持标准图书馆的序列化。 页: 1
我的问题是:
- Can someone explain how
map
andboost::shared_ptr
could be serialized using Protocol Buffers. Or failing that, - Would Apache s Thrift work for this?
- ...Or am I stuck using interop DLLs on the (C#) client side?