protobuf-net
How to add dynamically a list of known type to a Protobuf-net formatter?
In a project, I\'m currently using a DataContractSerializer to serialize my data. And I\'d like to use Protobuf instead for performance reason.[详细]
2023-03-12 13:54 分类:问答Is there a Visual Studio debug visualizer for a stream or byte array containing protobuf payload?
Does anybody k开发者_如何学Gonows of a VS debug visualizer for the protobuf content?I for one don\'t, although one exists for wireshark if that helps.[详细]
2023-03-11 19:14 分类:问答protobuf: consecutive serialize and deserialize to/from socket
My simple communication between C++ client and C# server got stuck after a message was serialized to socket (SerializeToFileDescritor).[详细]
2023-03-11 11:28 分类:问答Serializing an IEnumerable trough WCF using Protobuf-net and Monotouch for IOS
I\'m trying to code a WCF service on Monotouch/Monodevelop for IOS. I was using standard attributes like [DataMember]/[DataContract] for my serializable object and [ServiceContract]/[OperationContract[详细]
2023-03-11 06:28 分类:问答protobuf-net inheritance
Marc mentioned on stackoverflow that it will be possible in v2 of protobuf-net to use ProtoInclude attribute (or similar approach) to serialize/deserialize class hierarchy without a need to specify ea[详细]
2023-03-11 02:37 分类:问答Protobuf-net v2 Custom List object error [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-11 02:24 分类:问答Are there any c# Protocol buffers tcp messaging libs out there?
Basically i want to pub/sub Protocol buffer messages over a tcp async socket. Are t开发者_StackOverflow社区here any open-source libs that pub/sub Protocol buffer messages over tcp?[详细]
2023-03-10 18:51 分类:问答transfer int over network
I am new to network programming so I have a qu开发者_开发问答estion: is it safe to send an integer (let\'s assume 16 bit integer because 32 has issue with \"endianess\") in my case between C++ and C#[详细]
2023-03-10 14:52 分类:问答protobuf: read a message in C++ from C#
I am going to read messages that are stored consecutively in socket in C++ client that are sent from a C# server. I expect that I can read the size of a message like that:[详细]
2023-03-10 11:30 分类:问答Protobuf-net bug - serializing fixed array that is set to null
I\'m using protobuf-net library to serialize some objects. I have a field [ProtoMember(3, DataFormat = DataFormat.FixedSize, IsPacked = true)][详细]
2023-03-09 19:54 分类:问答