Protobuf Net

Guidance for protobuf-net Protocol Buffers serializer for .NET. USE FOR: high-performance binary serialization, gRPC service contracts, cross-language data interchange, compact wire format for microservices, schema evolution with backward compatibility, replacing JSON in performance-critical inter-service communication. DO NOT USE FOR: human-readable serialization (use System.Text.Json), polymorphic type hierarchies without planning, dynamic/schema-less data, or browser-facing REST APIs expecting JSON.

Tyler-R-Kendrick 1a04765 21 files · 31.0 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/serialization/protobuf-net commit 1a04765d0d

Frequently asked questions

npx skillmds add tyler-r-kendrick/protobuf-net