1 repositorio
Embeds full .NET type names into serialized blobs so deserialization requires no explicit type argument.
Distinct from Binary Type Codecs: Distinct from Binary Type Codecs: embeds type names directly rather than using external codec mappings.
Explore 1 awesome GitHub repository matching data & databases · Type-Embedded Binary Codecs. Refine with filters or upvote what's useful.
MessagePack-CSharp is a high-performance binary serializer for .NET that converts C# objects to and from the compact MessagePack format. It uses compile-time source generation to produce AOT-safe formatters and resolvers, eliminating runtime reflection and enabling ahead-of-time compilation scenarios. The serializer encodes object fields as integer indices instead of string keys, producing compact binary output with deterministic field ordering, and provides stack-allocated reader and writer structs for direct encoding and decoding of MessagePack primitives without heap allocations. The libra
Embeds full .NET type names into serialized blobs for type-argument-free deserialization.