1 مستودع
Serializes and deserializes data directly from buffers and writers without intermediate streams.
Distinct from Buffer Serialization Interfaces: Distinct from Buffer Serialization Interfaces: specifically targets modern .NET IO primitives like Span and IBufferWriter, not general buffer wrapping.
Explore 1 awesome GitHub repository matching data & databases · Modern IO Primitive Serializers. 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
Serializes data directly from modern IO primitives like Span and IBufferWriter without intermediate streams.