Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protobuf-net

Is of <T> allowed in a run-time ProtoBuf-net model?

c# .net protobuf-net

Is there a way to define alternative conversion functions (from/to interfaces) in a protobuf-net surrogate class

c# protobuf-net

Google Protocol Buffers - Fixed size buffer?

No serializer defined for System.Version in protobuf-net

c#-4.0 protobuf-net

Enabling EnumPassthru by default

protobuf-net

Protobuf-net Object graph reference integrity

protobuf-net

Protobuf.net Memory Usage

c# protobuf-net

Protobuf.net: how to handle inheritance without [ProtoInclude]

Best practice for protobuf-net, versioning and surrogate types

c# versioning protobuf-net

How to serialize a closed immutable type with protobuf-net?

protobuf-net

"An item with the same key has already been added" error with protobuf-net

protobuf-net keeping future fields

What is the .proto message for datetime in protobuf-net

protobuf-net

Dump protocol-buffers data/response

protobuf-net documentation or alternatives

Serializing List<T> using a surrogate with protobuf-net exception

Protobuf-net Deserialize Open Street Maps

Using protobuf-net, is it possible to deserialize a message without allocating memory?

c# protobuf-net

How to serialize arrays?

c# protobuf-net

Why is ProtoBuf so slow on the 1st call but very fast inside loops?