I am trying to migrate existing code that uses XmlSerializer to protobuf-net due to the increased performance it offers, however I am having problems with this specific case.
I\'m having issues deserializing certain Guid properties of ORM-generated entities using protobuf-net.
Actually I want to serialize my data using Google\'s java implementation and then deserialize using C# implementation?
I\'m trying to talk to a C# program that uses protobuf-net from an iphone using http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers
I\'ve recently had to look for a C# porting of the Protocol Buffers library originally developped by Google. And guess what, I found two projects owned both by two very well known persons here: protob
I am using ProtoBuf-Net in my .NET application to serialize the following : (in .proto format) message ProtoScreenBuffer {
I\'m serializing several objects into a single stream, but when i try to read them back, i can\'t seem to get anything but the last object:
we have some problems with serializing an empty list. here some code in .NET using CF 2.0 //Generating the protobuf-msg
I have serialized an object using Protobuf-net , in my .NET application, with relative ease. I also get the .proto file that protobuf-net generated, using GetProto() command.
I am looking for 开发者_开发百科the protobuf-net equivalent to the C++ API Message::ByteSize to find out the serialized message length in bytes.I haven\'t played with the C++ API, so you\'ll have to g