I\'m obviously doing something basic wrong but I can\'t figure it out and don\'t find开发者_StackOverflow社区 documentation.
I have the class structure below and would like to serialize it at runtime using Protobuf-Net. Unfortunately I get error \"Unexpected sub-type: Web2Pdf\". Why?
I am using protocol buffer in .net http://code.google.com/p/protobuf-net/. I installed the visual studio support version, which I can just write proto file in project and it generates csharp class f
The following code works as-is on WP7 and Windows, I am now trying to get it to run on MonoDroid: [ProtoContract]
I\'m trying to integrate the awesome protobuf-net into an existing codebase, but am encountering a crash when it tries to handle a custom type.A small demonstration is below: it will throw an InvalidO
Going on开发者_运维技巧 with my quest to bend protobuf-net to my own will.. I\'ve seen a few questions around SO on how to add sub-classes dynamically
I am trying use protobuf v2 to serialize a class A implements interfaces B and C. And both B and C derived from D.
using protobuf-net.dll 2.0.0.431 I\'m attempting to serialize a class hierarchy using [DataContract] and [DataMember].
There are a lot of similar questions, but they all deal with server-side slowness - this is all about client-side issues.
I have been trying to use protobuf-net with MonoTouch but I have no idea how, and despite开发者_运维技巧 having heard that it is possible, I haven\'t been able to find any tutorial or any example that