protobuf-net
protobuf-csharp-port - streaming records from a file a bit like an axis function in LINQ-to-XML
I have built the standard address book tutorial that comes with protobuf-csharp-port and my code is as follows:[详细]
2023-02-17 22:34 分类:问答Can c# application settings be serialized in a format besides XML (protobuf-net)?
Can c# application settings be serialized in a format besides XML? I can\'t find anything which would support the theory that one can.Specifically, the format I\'m trying to save in is the protocol bu[详细]
2023-02-16 21:16 分类:问答Can I control the visibility of the generated class with Protobuf-net?
I\'m using protobuf-net (thanks Marc :) ) to serialize my object model, but I want the object model not to be visible outside my assembly (specifically, I want it to be internal).[详细]
2023-02-12 22:38 分类:问答Mass filtering with protobuf-net
I have serialized a l开发者_StackOverflow中文版ist of objects with protobuf-net. Theoretically, the .bin file can contain millions of objects.[详细]
2023-02-11 13:02 分类:问答In protobuf-net is it possible to partially deserialize a message based on a base type
in protobuf-net is it possible to partially deserialize a message based on a base type? In my system I have an inheritance hierarchy where every message inherits from a MessageBase. The MessageBase[详细]
2023-02-10 07:48 分类:问答How do i get the length number using PrefixStyle with ProtoBuf-net?
in the example below how do i get the length number using PrefixStyle wit开发者_开发知识库h ProtoBuf-net?[详细]
2023-02-10 06:21 分类:问答Is there a way to correct this runtime error when using Protobuf-net and inheritance?
Ok, I have the following code that used to work but now it does not. The only thing that changed is now I\'m using VS2010 and .NET4[详细]
2023-02-10 05:20 分类:问答Subclassing in protobuf.net
I have a system built around protobuf.net, the system exposes an abstract class (foo) which I expect the end user to implement. The abstract class is serialisable by protobuf.net. Currently, when I tr[详细]
2023-02-08 17:33 分类:问答No suitable Default Type encoding found. While serialize using protobuf
I have below class :- [Serializable] [DataContract(Name = \"StateValueWrapper\")] public class StateValueWrapper[详细]
2023-02-08 07:21 分类:问答Deserializing Protobuf-Net objects using a filter
I am using protobuf-net in one of our projects to serialize/deserialize a large set of h开发者_JS百科omogeneous objects. It is working quite well and the speed is fantastic. Just have one question tho[详细]
2023-02-07 21:04 分类:问答