Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protobuf-net

Is protobuf-net thread safe?

c# protobuf-net

Protobuf-net serialization/deserialization

Force protobuf-net to serialize all default values

Alternative to protobuf-net - size and time efficient serializer to work with objects graph

"Invalid field in source data: 0" error with ProtoBuf-Net and Compact Framework

Is it possible to use Protobuf-Net with a class without a parameterless constructor?

Protobuf-net deserializes empty collection to null when the collection is a property of another type

protobuf-net

How to model HashMap/Dictionary in the ProtoBuf efficiently

Serialize List<object> (where the objects are supported primitives) in Protobuf.NET?

c# protobuf-net

What is protobuf-net SerializeWithLengthPrefix tag argument for?

c# protobuf-net

How to serialize/deserialize large list of items with protobuf-net

Protobuf-Net error message: No Serializer defined for type: System.Type

protobuf.net Unexpected subtype

How to store a byte array to StackExchange.Redis?

How to use protobuf-net with immutable value types?

Using a custom WCF serializer in Silverlight

Protobuf-net Error: Type is not expected, and no contract can be inferred: BlockHeader

protobuf-net inheritance

Serializing with ProtoBuf.NET without tagging members

c# .net mono protobuf-net

Are there any Tutorials for Protobuf-net? [closed]