borsh
Serializer
A binary serialization format prioritizing consistency, safety, and speed for security-critical projects.
Elixir implementation of the BORSH binary serializer.
7 stars
2 watching
1 forks
Language: Elixir
last commit: almost 2 years ago
Linked from 1 awesome list
binarynear-blockchainserialization
Related projects:
Repository | Description | Stars |
---|---|---|
chronoxor/fastbinaryencoding | A universal serialization solution for various programming languages and platforms that enables fast and compact binary encoding. | 828 |
vt-elixir/ja_serializer | A library for serializing Elixir data structures in JSONAPI format | 641 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 745 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
alex/rust-asn1 | A Rust library for serializing and deserializing ASN.1 data in DER format. | 101 |
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 |
intel/tinycbor | A C library for serializing and deserializing binary objects in a compact format | 501 |
vendelin8/colfer | A binary serialization format compiler that generates source code from schema definitions to marshal and unmarshal data structures | 2 |
harrah/sbinary | A library for describing and serializing binary formats in Scala | 75 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
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 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |