1 repositorio
Supports defining serialization rules through a runtime type model without requiring code attributes.
Distinct from Serialization Configurations: Distinct from Serialization Configurations: defines serialization rules programmatically at runtime through a type model, not just output format settings.
Explore 1 awesome GitHub repository matching web development · Runtime Serialization Model Configurations. Refine with filters or upvote what's useful.
protobuf-net is a .NET library that serializes and deserializes objects using the Protocol Buffers binary format for efficient data exchange. It provides a code-first gRPC service framework, allowing developers to define service contracts directly from existing C# classes without writing separate .proto files. The library is nullable-aware, encoding null values in collections and nullable scalars using wrapper messages to distinguish null from default zero values, and includes an ahead-of-time serializer generator that compiles serializer code at build time to eliminate runtime code generati
Supports defining serialization rules through a runtime type model without requiring code attributes.