sbinary
Binary serializer
A library for describing and serializing binary formats in Scala
Library for describing binary formats for Scala types
75 stars
12 watching
40 forks
Language: Scala
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
suzaku-io/boopickle | A library for efficiently serializing data into binary format for network communication | 365 |
phadej/igbinary | A binary serialization format designed to replace the standard PHP serializer with improved compression and reduced storage requirements. | 259 |
mgsloan/store | A fast binary serialization library in Haskell with efficient encoding and decoding of various data types | 109 |
voidah/archive | A compact binary serialization library for C++ | 91 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
alexfilatov/borsh | A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. | 7 |
intel/tinycbor | A C library for serializing and deserializing binary objects in a compact format | 501 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
paritytech/parity-scale-codec | A Rust library for serializing and deserializing data in a compact binary format | 258 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
xdbr/cpp-generic-serialize | A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
jhumphry/ada_bintoasc | A library providing flexible binary-to-ASCII encoding and decoding capabilities | 0 |
bakpakin/binser | A binary Lua serializer that handles complex data types and metatables | 198 |