protobuf-net
serializing a Dictionary<string,object> in ProtoBuf-net fails
(NOTE: Dictionary where T is some ProtoContract / ProtoMembered class works fine. )This issue only happened for me with type object.[详细]
2023-03-24 18:41 分类:问答protobuf-net Serialize To String and Store in Database Then De Serialize
I\'d like to serialize/de-serialize an object using a string.Just to note, when I serialize/de-serialize to a file everything works fine.What I\'m trying to do is get a string so I can store it in the[详细]
2023-03-24 17:24 分类:问答Protobuf Inheritance and Generics
I am attempting to use ProtoBuf net to serialize an object tree with the classes in the following format:[详细]
2023-03-24 02:32 分类:问答How severe, if at all, the performance penalty for using the AsReference qualifier?
I have to decide whether I want to shave off extr开发者_开发技巧a 5K out of 550K total by qualifying a property with AsReference. After all, 5K is only a fraction of the total - less than 1%. Still, i[详细]
2023-03-23 10:45 分类:问答Deserialize unknown type with protobuf-net
I have 2 networked apps that should send serialized protobuf-net messages to each other. I can serialize the objects and send them, however, I cannot figure out how to deserialize the received bytes.[详细]
2023-03-23 07:29 分类:问答In protobuf-net can i have a byte field?
In protobuf-net can i have a byte field? Is a byte array field part of the protocol buffers spec?开发者_如何转开发[详细]
2023-03-22 08:32 分类:问答iPad + WCF duplex + protobuf
I\'m about to start building an iPad client for an existing WCF service that currently communicates via Duplex channel callbacks and pushes lightweight data transfer objects to the client at regular i[详细]
2023-03-22 05:16 分类:问答Protobuf.NET using
Need to send some data between managed c# and unmanaged c++. After some research I tried to use Protobuf.NET.[详细]
2023-03-21 17:01 分类:问答Human-readable representations in protobuf-net
Does protobu开发者_如何学Cf-net have any APIs to dump a protobuf into human readable form? I was hoping for something like TextFormat.At the moment, no. I\'m in two minds as to whether it is worthwhil[详细]
2023-03-20 15:58 分类:问答Differentiation between empty lists and null lists cannot be worked around using Surrogates in protobuf-net [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-03-20 03:00 分类:问答