I am seeing a problem where I send large messages over wcf net.msmq using protobuf-net and get the following error:
I have a class defined in C++/CLI as such: literal Int32 BufferLength = 4000; Message() { num1 = 0; num2 = 0;
I want to tag each protobuf serialized data with my own version number. so i can check which version was used to serialize data if required. Although protobuf is designed around idea so you don\'t nee
I am looking for a way to add a serialized value of an object (byte[]) to a repeated field in a protocol buffers message.
I\'m trying to download a response from a server wich is in Protocol Buffer format from a Windows Phone 7 application.
What is the API to know the kind of protobuf Message is being sent? For example I use the following to get the SendNameMessage object.
I\'m looking for a rpc over tcp implementation that uses protobuf-net (or any other .net implementation of pro开发者_开发百科tobuf).
I\'ve always built my own serializers/deserializers to be able to use BeginReceive/EndReceive with sockets to avoid using one thread per connected socket. It\'s a quite time consuming task.
I have a simple message: package test; message sendName { optional string username = 1; } The awesome VS plugin generates the .cs file:
The following test fails with this error: \"System.InvalidOperationException : No suitable Default IB encoding found.\"