Tinyhand
Data serializer
A lightweight data serialization framework for C#
Tiny and simple data format/serializer.
19 stars
2 watching
3 forks
Language: C#
last commit: 6 days ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratordotnetserializersource-generators
Related projects:
Repository | Description | Stars |
---|---|---|
wc-duck/datalibrary | A C++ library for serializing data from JSON format to binary and vice versa while performing type checks and other validations. | 42 |
cyriaca/azura | A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
antmicro/migrant | A serialization framework for .NET projects enabling easy serialization of complex objects with minimal programming effort. | 46 |
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 |
jefffhaynes/binaryserializer | A framework for controlling data formatting at the byte and bit level using declarative serialization attributes | 293 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
indice-co/edi.net | An EDI serialization and deserialization framework for various formats like EDIFact, Tradacoms, and X12. | 454 |
pkulchenko/serpent | A Lua serializer and pretty printer that supports human-readable and machine-readable serialization of complex data structures. | 558 |
p-ranav/alpaca | A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 479 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
gvx/smallfolk | A Lua table serialization library for complex data structures, robust enough to handle unusual geometries and safe to use with untrusted input. | 21 |
zingballyhoo/stackxml | An XML serialization and deserialization library optimized for low allocation overhead using source generation. | 49 |
serdedotnet/serde | A C# port of the popular Rust serialization/deserialization library | 156 |
iddev5/inon | A simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization. | 10 |