colfer
Data serializer
A binary serialization format compiler that generates source code from schema definitions to marshal and unmarshal data structures
binary serialization format
2 stars
2 watching
0 forks
Language: Java
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 745 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |
gonzalezreal/groot | A framework that serializes and deserializes Core Data object graphs from or into JSON using annotations in the Core Data model. | 534 |
jefffhaynes/binaryserializer | A framework for controlling data formatting at the byte and bit level using declarative serialization attributes | 293 |
alexfilatov/borsh | A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. | 7 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |
ndsev/zserio | A framework for compact and efficient serialization of structured data with low overhead | 109 |
cyriaca/azura | A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
iddev5/inon | A simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization. | 10 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
boostorg/serialization | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 121 |
huntlabs/flatbuffers | A high-performance, binary serialization format for efficient data storage and transmission | 11 |
davydovanton/hanami-serializer | Provides a simple and flexible way to serialize data in Ruby applications using the Hanami framework | 21 |