BinarySerializer
Serializer framework
A framework for controlling data formatting at the byte and bit level using declarative serialization attributes
A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.
293 stars
18 watching
62 forks
Language: C#
last commit: 6 months ago
Linked from 2 awesome lists
binaryc-sharpprotocolserializationserializer
Related projects:
Repository | Description | Stars |
---|---|---|
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
chronoxor/fastbinaryencoding | A universal serialization solution for various programming languages and platforms that enables fast and compact binary encoding. | 828 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 745 |
ndsev/zserio | A framework for compact and efficient serialization of structured data with low overhead | 109 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
ziglibs/s2s | A binary serialization format and library for Zig. | 130 |
vendelin8/colfer | A binary serialization format compiler that generates source code from schema definitions to marshal and unmarshal data structures | 2 |
planetis-m/bingo | A binary serialization framework for Nim | 20 |
alexfilatov/borsh | A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. | 7 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |
paritytech/parity-scale-codec | A Rust library for serializing and deserializing data in a compact binary format | 258 |
gonzalezreal/groot | A framework that serializes and deserializes Core Data object graphs from or into JSON using annotations in the Core Data model. | 534 |
archi-doc/tinyhand | A lightweight data serialization framework for C# | 19 |
jsonfx/jsonfx | A unified .NET JSON serialization framework providing flexible configuration and compatibility with various CLR types. | 380 |