I would like to host a service on a WinCE device. The WinCE device is the host which 开发者_运维技巧can be accessed(control and data acquisition) by multiple clients (PC or WinCE) over serial port, TC
I have a base class in one assembly and a large number of generated classes in another that inherit from the base class. Using protobuf-net (r282) to serialize a list of the base type fails when attem
I’m quite new to Silverlight. I’m working for a project which mainly depends on Serialization and Deserialization.
We have a project which uses serialization by implementing ISerializable and using BinaryFormatter. We are moving to .net compact which do not have BinaryFormatter class. I was wondering if we can use
I have created a .proto file and the ProtoBufTool successfully created .cs file. I am kinda new to csharp and I am trying to set the extension fields. But not sure how to do it? Does anybody have any
(this is a re-post of a question that I saw in my RSS, but which was deleted by the OP. I开发者_运维知识库\'ve re-added it because I\'ve seen this question asked several times in different places; wik
I just updated to r275 version and it doesn\'t seem to manage correctly DataContract classes any more
I get this exception when my client application is trying to deserialize a message comming from WCF service (\"Incorrect wire-type deserializing TimeSpan\").
Can I use net.tcp bindings for protobuf-net WCF开发者_JAVA百科? Can I use ClientBase or I have to use ProtoClient?If you are already using TCP bindings for your WCF, then I would imagine that you ca
I want to understand why the protocol buffers solution for .NET developed by Marc Gravell is as fast as it is.