protobuf-net
protobuf-net does not deserialize DateTime.Kind correctly
using protobuf-net.dll Version 1.0.0.280 When I deserialize a DateTime (wrapped in an object), the date/time is ok but the DateTime.Kind property is \'Unspecified\'[详细]
2023-03-19 19:25 分类:问答Can ProtoBuf-Net deserialize to a flat class?
protobuf-net uses nested protobuf constructs to support inheritance.However, can it be made to push properties into a flat target class that has the same properties as the inherited \"serialized\" ver[详细]
2023-03-19 15:33 分类:问答How to serialize and deserialize Custom Lists with protobuf-net
I have a custom List which c开发者_开发知识库arries some attributes I need to serialize along with its containing items.[详细]
2023-03-19 03:14 分类:问答Is protobuf-net compatible with Windows azure (web role)?
I\'m building some wcf services for inter web role communications and i\'m looking at getting some performance enhancments.Built 开发者_开发问答in .net serialization is well known for being lacking in[详细]
2023-03-19 01:44 分类:问答Serialization using Protobuf-net and Protobuf C#Port vs XML
I\'m interested in a certain situation. I have an object in C# that I would like to serialize and deserialize.[详细]
2023-03-18 16:29 分类:问答Protobuf-net Object graph reference integrity
There\'s a neat option in protobuf-net ver 2 called [ProtoMember(2,AsReference=true)].For the most part, this is a follow up question to:[详细]
2023-03-17 20:50 分类:问答protobuf-net WCF Multiple Nested Generic Abstract Objects Serialization v282
this is my first post on here, so please bear with me... I\'m trying to nest multiple Generic objects, and then pass them through WCF using ProtoBuf-net.There are many (10+) main objects that I have[详细]
2023-03-16 09:21 分类:问答How to implement VARIANT in Protobuf
As part of my protobuf protocol I require the ability to send data of a dynamic type, a little bit like VARIANT. Roughly I require the data to be an integer, string, boolean or \"other\" where \"other[详细]
2023-03-16 08:01 分类:问答Pattern/technique for sending ‘updated only fields’ from server to client for a given object?
I have some serverside data that I need replicating (pushed in real-time) from a server app to around 100 wpf clients. My problem is when a given Order object changes it typically only changes a 1 or[详细]
2023-03-16 07:48 分类:问答Expand protobuf message with subclass
I have two classes that I would like to transform to protobuf messages: [ProtoContract] class ClassA {开发者_JAVA技巧[详细]
2023-03-15 21:49 分类:问答