Is itpossible to serialize System.Web.SessionState.SessionStateItemCollection using protobuf-net? The following exception occur while trying to serialize:
We are using protobuf-net to serialize my WCF data contract. While serializing I am gettin开发者_运维技巧g error \"Duplicate tag 9 detected in FingerPrint\" any suggestion?
Is it possible to generate nullable members in protobuf-net? message ProtoBuf1 { optional Int32? databit =开发者_如何转开发 1;
I am trying to use protobuf-net to serialize a dataset but getting the below error: Unhandled Exception:
I have a proto file as follows import \"protobuf_net.proto\"; option (protobuf_net.namespace) = \"My.Test\";
C#, How can I use ProtoBuf .NET开发者_StackOverflow to serialize a dataTable? Can I please have an example?How about an entire blog entry?
I backuped a project and then reinstalled my OS (Win 7, if it matters). I reinstalled VS 2010, and I reinstalled the support of protobuf.net to VS 2010.
Hey. I came across Protobuf-net and it seems like a great开发者_StackOverflow中文版 serialization library to use. Is it possible to get this working on Windows Phone 7? I downloaded the MSI but it see
Since ProtoBuf-Net does not support serializing/deserializing mu开发者_开发知识库lti-dimensional arrays, how would I go about managing my arrays?This is essentially a limitation of the underlying prot
I am preparing to write a platform independent socket protocol. After some initial research protobuf seems the way to go. I am new to protobuf and I can\'t seem to figure out one specific issue.