Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protobuf-net

In a proto, how can I define a map as a custom option

Is size of protobuf serialized data fixed for simple classes?

protobuf-net

How should i be using Booksleeve with protobuf-net?

Converting a StreamReader to a Stream

Protobuf-net GRPC - System.NotSupportedException: 'Specified method is not supported.'

c# grpc protobuf-net

protobuf.net inheritance - using ImplicitFields = ImplicitFields.AllFields

c# protobuf-net

c# protobuf-net when deserialize the some property value always is -1

c# protobuf-net

What do you mean "expected type name"in this protobuf error?

C# generic type in a base class

Protobuf-net serialization of class that nests itself

How to generate struct with ProtoGen from proto file

c# .net protobuf-net

What NuGet package should I use between protobuf-net and google.protobuf for a new .net core app?

How to squeeze the most performance out of probuf-net

Decode custom option values when classes are generated with protobuf-net

When does the ProtoEnum attribute need to be used for protobuf-net?

c# enums protobuf-net

How to convert C# datetimes into Python datetimes with protobuf-net?

ProtoInclude in abstract class - dlls cannot know about each other