colfer

Data serializer

A binary serialization format compiler that generates source code from schema definitions to marshal and unmarshal data structures

binary serialization format

GitHub

2 stars
2 watching
0 forks
Language: Java
last commit: over 3 years ago

Related projects:

RepositoryDescriptionStars
pascaldekloe/colferA binary serialization format designed for speed and size, generating source code from schema definitions.746
marcono1234/serial-builderA Java library for manually creating serialization data.28
gonzalezreal/grootA framework that serializes and deserializes Core Data object graphs from or into JSON using annotations in the Core Data model.534
jefffhaynes/binaryserializerA framework for controlling data formatting at the byte and bit level using declarative serialization attributes293
alexfilatov/borshA binary serialization format prioritizing consistency, safety, and speed for security-critical projects.7
ruedigermoeller/fast-serializationProvides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications.1,591
ndsev/zserioA framework for compact and efficient serialization of structured data with low overhead110
cyriaca/azuraA tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data.4
rikimaru0345/cerasA binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism.484
iddev5/inonA simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization.10
quid2/flatA binary serialization format for compact data storage and efficient transfer60
marvin-brouwer/fluentserializerProvides a standardized interface for serializing and deserializing data to and from C# objects20
boostorg/serializationProvides a C++ framework for serializing and deserializing data structures to and from various formats122
huntlabs/flatbuffersA high-performance, binary serialization format for efficient data storage and transmission10
davydovanton/hanami-serializerProvides a simple and flexible way to serialize data in Ruby applications using the Hanami framework21