protobuf-net
protobuf-net and wcf web apis
I haven\'t used wcf web api yet. Glenn Block\'s demo at MIX11 looked real nice so I will certainly dig into that.[详细]
2023-03-01 17:56 分类:问答How to add a class to protobuf-net
i\'m using protobuf-net and i like it so far but one thing is bugging me. I have a class that i would like to use in a message but its not in my source.[详细]
2023-03-01 06:44 分类:问答protobuf-net merge stackoverflowexception
For about 2 weeks I\'ve been having a strange problem I really can\'t wrap my head around. A quick background:[详细]
2023-02-28 19:08 分类:问答Performance of protobuf-net vs DataContractSerializer over WCF
I tested protobuf serialization and it seems that for below a certain quantity of objects, it\'s slower than regular datacontract serialization. The transmission size is bigger using DataContractSeria[详细]
2023-02-28 13:45 分类:问答Performance of protobuf-net vs. protobuf-csharp-port
I know the features and design of both libraries but I haven\'t found any direct performance comparison between those two. Both are definite开发者_开发问答ly great libs. Regarding the design I think p[详细]
2023-02-27 07:27 分类:问答Inheritance resolved at runtime in protobuf-net
Is it possible to specify at runtime the sub-types of a specific abstract contract? In the classic WCF/DataContract we have the KnownTypeAttribute and its constructor accepting a string representing t[详细]
2023-02-24 03:27 分类:问答Generate C# from proto files and vice versa interpreting custom options
I\'m using protobuf-net, and I\'m trying to: 开发者_如何转开发 Generate a C# class from a .proto file[详细]
2023-02-20 18:37 分类:问答How to use protobuf-net v2 on Windows Phone 7?
I am playing with the beta of Protobuf-net v2 (r363 from the SVN). I built it using Visual Studio 2010, the project Proto 2010.sln, and from there protobuf-net_Phone7 using the Silverlight 2 configura[详细]
2023-02-20 03:59 分类:问答Protobuf-net v2 alpha compile dll problem for iphone [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-02-20 00:21 分类:问答Merging Collection property objects using protobuf-net
Trying to save and restore objects using protobuf-net Merge. I can get simple objects to work, but I cannot get collection property objects to Merge.[详细]
2023-02-19 18:26 分类:问答