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\'
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
I have a custom List which c开发者_开发知识库arries some attributes I need to serialize along with its containing items.
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
I\'m interested in a certain situation. I have an object in C# that I would like to serialize and deserialize.
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:
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
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
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
I have two classes that I would like to transform to protobuf messages: [ProtoContract] class ClassA {开发者_JAVA技巧