Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protobuf-net

Options for RPC in Mono? (WCF Alternatives)

.net wcf mono rpc protobuf-net

Protocol buffers in C# projects using protobuf-net - best practices for code generation

protobuf-net serialization without attributes

c# protobuf-net

protobuf-net serializing object graph

protobuf-net enum serialization

Protocol buffers detect type from raw message

protobuf-net does not deserialize DateTime.Kind correctly

What does the ProtoInclude attribute mean (in protobuf-net)

Does protobuf-net have built-in compression for serialization?

Protobuf-net: Attempted to read past the end of the stream

c# protobuf-net

How to Serialize Inherited Class with ProtoBuf-Net

protobuf-net: Serializing an empty List

Getting started with protobuf-net

c# protobuf-net

How does protobuf-net achieve respectable performance?

How do I generate a .proto file from a C# class decorated with attributes?

How does protocol buffer handle versioning?

How to choose between protobuf-csharp-port and protobuf-net

c# protobuf-net

Using Protobuf-net, I suddenly got an exception about an unknown wire-type

c# protobuf-net

Converting Stream to String and back...what are we missing?