protobuf-net
NuGet publisher profile
Packages (22)
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.Core
The protobuf-net serialization engine and build-time tooling; most projects should reference protobuf-net, which adds the runtime type model
protobuf-net.Reflection
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
protobuf-net.Grpc
Code-first gRPC for .NET: declare services as .NET interfaces, with no .proto file and no generated client; shared core for clients and servers
protobuf-net.Grpc.AspNetCore
Hosts code-first gRPC services in ASP.NET Core
protobuf-net.BuildTools
Analyzer and Generator support for protobuf-net
protobuf-net.Grpc.Reflection
Generates .proto schemas from code-first gRPC contracts, and implements the gRPC reflection service
protobuf-net.Grpc.ClientFactory
Code-first gRPC clients for dependency injection, via HttpClientFactory
protobuf-net.Grpc.AspNetCore.Reflection
gRPC server reflection for code-first services hosted in ASP.NET Core
protobuf-net.Grpc.Native
Code-first gRPC over the unmanaged Grpc.Core API
protobuf-net.AspNetCore
Provides ASP.NET Core specific utilities for protobuf-net
protobuf-net.NodaTime
NodaTime support for protobuf-net: serializes Instant, Duration etc as the protobuf well-known types
protobuf-net.BuildTools.Legacy
Analyzer and Generator support for protobuf-net, using build SDK 3
protobuf-net.ServiceModel
ServiceModel (WCF) extensions for protobuf-net
protobuf-net.Protogen
protobuf-net command-line "global tool" for .NET code-generation from .proto schema files
protobuf-net.MSBuild
Package Description
protogen
The protogen command-line generator (C#/VB from .proto schemas), as a plain package; for command-line use, prefer the protobuf-net.Protogen global tool
protobuf-net.Enyim
The Enyim memcached client provides "memcached" cache support; this package adds a protobuf-net transcoder, allowing fast and efficient serialization/deserialization instead of using BinaryFormatter.
protobuf-net.HybridCache
HybridCache serialization using protobuf-net
protobuf-net.GrpcLite
Package Description
protobuf-net.GrpcLite.Pipelines
Package Description
protobuf-net.FSharp
F# collection support for protobuf-net: serializes list, Map and Set