Client callbacks with protobuf-net.Grpc...
Read MoreHow to add an existing .proto file as link to a .net core project...
Read Moreprotobuf-net converts List<T> to List_T class when using .ToProto()...
Read MoreProtobuf-net error with nested classes: 'Type is not expected, and no contract can be inferred: ...
Read MoreThe type or namespace name 'ProtoBuf' could not be found...
Read MoreNetworkComms custom object error - "objectToSerialize must implement IExplicitlySerialize"...
Read MoreWhat iterate method does protobuf-net used when serialize/deserialize an enumerable instance?...
Read MoreHow to use IAsyncEnumerable within a message in protobuf-net.grpc?...
Read MoreBinding a ProtoInclude to the corresponding RuntimeTypeModel binding doesn't work...
Read MoreHow does the protobuff compiler distinguish between different services and their messages with same ...
Read Moreprotobuf-net does not deserialize DateTime.Kind correctly...
Read MoreProtobuf-net object graph reference with surrogate...
Read MoreProtoBuf corrupts byte array during deserialization (extra 0's added)...
Read MoreHow to convert C# datetimes into Python datetimes with protobuf-net?...
Read MoreWhy redis with protobuf is saving empty arrays as null?...
Read MoreHow to resolve 'Arithmetic operation resulted in an overflow.' for enums with long values...
Read MoreMessageParser.ParseFrom - GUID issue...
Read MoreProtobuf.ProtoException: No parameterless constructor found... when receiving specific message from ...
Read More'NotSupportedException: Type cannot be represented as a default value' after updating protob...
Read MoreHow RuntimeTypeModel can be used to associate ProtoInclude with a type in protobuf-net?...
Read MoreWhat base serializer does protobuf-net use to output byte array?...
Read Moreprotobuf-net serialize/deserialize DateTime & Guid types...
Read More(De)serializing specific subclass without using [ProtoInclude]...
Read MoreNetty server send a byte[] encoded by Protobuf, but C# client Socket.Receive keeps being 0...
Read MoreHow can I define IQueryable in proto file...
Read MoreProtoBuf doesn't deserialize an object with interface...
Read MoreUsing ProtoBuf-Net for two different sets of serialization...
Read MoreConverting Protobuf schema inside javascript into separate proto definition file...
Read MoreQuestions regarding ProtoBuf-Net with inheritance?...
Read MoreSelf describing messages on network with ProtoBuf-Net...
Read More