protobuf-net
deserialize "long" string with protobuf for c# doesn't work properly for me
I\'m obviously doing something basic wrong but I can\'t figure it out and don\'t find开发者_StackOverflow社区 documentation.[详细]
2023-04-13 08:04 分类:问答create TypeModel at runtime using Protobuf-Net, Unexpected sub-type
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?[详细]
2023-04-12 03:56 分类:问答Serialize protocol buffer file into xml/text format
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[详细]
2023-04-11 20:31 分类:问答Simple Protobuf-net code failing in MonoDroid with 'No serializer defined for type'
The following code works as-is on WP7 and Windows, I am now trying to get it to run on MonoDroid: [ProtoContract][详细]
2023-04-11 17:50 分类:问答protobuf-net How to avoid crashing when working with Indexed Properties
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[详细]
2023-04-10 11:20 分类:问答Limiting protobuf-net inheritance "tree"
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[详细]
2023-04-10 02:55 分类:问答how to serialize a class implements two interfaces who have same based interface
I am trying use protobuf v2 to serialize a class A implements interfaces B and C. And both B and C derived from D.[详细]
2023-04-10 02:32 分类:问答protobuf-net ignores [KnownType] and requires ProtoInclude to be added
using protobuf-net.dll 2.0.0.431 I\'m attempting to serialize a class hierarchy using [DataContract] and [DataMember].[详细]
2023-04-09 22:42 分类:问答What is the holdup on the first WCF call via the serviceProxy?
There are a lot of similar questions, but they all deal with server-side slowness - this is all about client-side issues.[详细]
2023-04-09 18:11 分类:问答protobuf-net v2 and Monotouch : How does it mix?
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[详细]
2023-04-09 16:20 分类:问答