An independent implementation of Google's protobuf binary serialization format, protobuf-net approaches the problem-space with common .NET coding styles, but retaining the high performance, dense output and cross-platform interoperability.
I have 2 networked apps that should send serialized protobuf-net messages to each other. I can serialize the objects and send …
c# serialization protocol-buffers protobuf-netTrying to get my mind around google protobuf. I found some implementation of protobuf in C# but they seems to …
c# .net serialization protocol-buffers protobuf-netI'm working on a compact framework application and need to boost performance. The app currently works offline by serializing objects …
c# .net serialization compact-framework protobuf-netI am sorry if this is a duplicate. I have searched several places for an answer that I might understand …
c# serialization protobuf-netTrying to get de-serialization of an openstreetmap pbf file working properly by following information from this thread as well as …
c# protobuf-net openstreetmapWhat needs to be done in order to serialize enums with protobuf-net? I'm getting the below error when serializing a …
enums protocol-buffers protobuf-netIn the ProtoBuf-Net implementation, what does the ProtoInclude attribute mean, and what does it do? An example would be appreciated. …
c# .net protocol-buffers protobuf-netI have a problem with my school project, i use Protobuf library but i have the following error: Google.Protobuf.…
c# protobuf-netI'd like to serialize/de-serialize an object using a string. Just to note, when I serialize/de-serialize to a file …
c# protobuf-netI looked at this answer and I am in a situation where I don't need to maintain backward compatibility and …
c# serialization annotations protobuf-net