protobuf-net 3.4.21

protobuf-net

A contract-based serializer for .NET that reads and writes Google's "protocol buffers" wire format. The API follows normal .NET patterns — broadly comparable to XmlSerializer or DataContractSerializer — so you annotate the types you already have:

[ProtoContract]
public class Person
{
    [ProtoMember(1)] public int Id { get; set; }
    [ProtoMember(2)] public string Name { get; set; }
}

using var file = File.Create("person.bin");
Serializer.Serialize(file, new Person { Id = 12345, Name = "Fred" });

Members are identified on the wire by number, not by name, so the numbers matter: pick them once and keep them stable. Everything the attributes do can also be configured at runtime, via RuntimeTypeModel.

Contract-first works too: generate C#/VB from a .proto schema at build time, from the command line with protobuf-net.Protogen, or in your browser at protobuf-net.dev.

Build tools — analyzers that check your contracts, and the generator that emits serializers at compile time so native AOT and trimming work — ship with this package by default; opt out with <ProtoBufDisableBuildTools>true</ProtoBufDisableBuildTools>.

More

Showing the top 20 packages that depend on protobuf-net.

Packages Downloads
prometheus-net
.NET client for prometheus.io
17
prometheus-net
.NET client for prometheus.io
18
prometheus-net
.NET client for prometheus.io
19
prometheus-net
.NET client for prometheus.io
23
prometheus-net
.NET metrics exporter for the Prometheus monitoring and alerting system
19
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and desccriptor tools for protobuf-net
45
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
42
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
46
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
49
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
50
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
51
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
53

https://github.com/protobuf-net/protobuf-net/releases

.NET Framework 4.6.2

.NET 8.0

.NET Standard 2.0

.NET Standard 2.1

Version Downloads Last updated
3.4.21 8 08/31/2026
3.4.19 9 08/26/2026
3.4.14 10 08/22/2026
3.4.0 14 08/21/2026
3.3.21 17 08/18/2026
3.3.8 16 08/15/2026
3.3.0 18 08/15/2026
3.2.56 55 03/20/2026
3.2.55 52 03/20/2026
3.2.52 47 03/20/2026
3.2.46 45 03/20/2026
3.2.45 42 03/20/2026
3.2.30 45 03/20/2026
3.2.26 51 03/20/2026
3.2.16 44 03/20/2026
3.2.12 53 03/20/2026
3.2.8 51 03/20/2026
3.2.0 49 03/20/2026
3.1.33 42 03/20/2026
3.1.26 51 03/20/2026
3.1.25 51 03/20/2026
3.1.22 46 03/20/2026
3.1.17 51 03/20/2026
3.1.4 42 03/20/2026
3.1.0 56 03/20/2026
3.0.131 46 03/20/2026
3.0.101 61 03/20/2026
3.0.73 52 03/20/2026
3.0.72 52 03/20/2026
3.0.62 53 03/20/2026
3.0.52 51 03/20/2026
3.0.29 54 03/20/2026
3.0.27 51 03/20/2026
3.0.24 49 03/20/2026
3.0.21 52 03/20/2026
3.0.18 51 03/20/2026
3.0.13 54 03/20/2026
3.0.2 45 03/20/2026
3.0.0 52 03/20/2026
2.4.9 47 03/20/2026
2.4.8 50 03/20/2026
2.4.7 44 03/20/2026
2.4.6 52 03/20/2026
2.4.4 46 03/20/2026
2.4.1 51 03/20/2026
2.4.0 51 03/20/2026
2.3.17 30 03/20/2026
2.3.16 42 03/20/2026
2.3.15 49 03/20/2026
2.3.14 46 03/20/2026
2.3.14-alpha1 50 03/20/2026
2.3.13 47 03/20/2026
2.3.7 55 03/20/2026
2.3.6 46 03/20/2026
2.3.5 45 03/20/2026
2.3.4 47 03/20/2026
2.3.3 44 03/20/2026
2.3.2 49 03/20/2026
2.3.1 49 03/20/2026
2.3.0 50 03/20/2026
2.3.0-gamma 51 03/20/2026
2.2.1 49 03/20/2026
2.1.0 49 03/20/2026
2.1.0-alpha-5 48 03/20/2026
2.1.0-alpha-4 47 03/20/2026
2.1.0-alpha-3 50 03/20/2026
2.1.0-alpha-1 46 03/20/2026
2.0.0.668 49 03/20/2026
2.0.0.666 48 03/20/2026
2.0.0.664 47 03/20/2026
2.0.0.663 49 03/20/2026
2.0.0.640 43 03/20/2026
2.0.0.638 49 03/20/2026
2.0.0.621 49 03/20/2026
2.0.0.619 44 03/20/2026
2.0.0.614 55 03/20/2026
2.0.0.612 46 03/20/2026
2.0.0.611 48 03/20/2026
2.0.0.602 50 03/20/2026
2.0.0.601 46 03/20/2026
2.0.0.480 42 03/20/2026
1.0.0.280 41 03/20/2026