FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu
YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
الميزات الرئيسية لـ neuecc/zeroformatter هي: Serialization, Serialization Libraries.
تشمل البدائل مفتوحة المصدر لـ neuecc/zeroformatter: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that… akkadotnet/hyperion — Polymorphic serialization for .NET. alianblank/com.google.flatbuffers. alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… aarnott/nerdbank.messagepack.