serial-builder
Serializer
A Java library for manually creating serialization data.
Library for manually creating Java serialization data.
28 stars
3 watching
1 forks
Language: Java
last commit: almost 2 years ago java-deserializationjava-serializationjavadeserserialization
Related projects:
Repository | Description | Stars |
---|---|---|
magro/kryo-serializers | A collection of serializers for various Java data structures and classes | 381 |
marcospassos/java-php-serializer | A Java library that serializes objects in the PHP serialization format | 15 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,591 |
jdereg/json-io | Converts Java objects to and from JSON format with serialization options. | 331 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
protostuff/protostuff | A Java serialization library that supports efficient and flexible serialization with built-in schema evolution capabilities | 2,055 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
xinchen10/amqp-io | A Java library for serializing and deserializing objects using the AMQP type system. | 0 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 746 |
vendelin8/colfer | A binary serialization format compiler that generates source code from schema definitions to marshal and unmarshal data structures | 2 |
ndsev/zserio | A framework for compact and efficient serialization of structured data with low overhead | 110 |
ziglibs/s2s | A binary serialization format and library for Zig. | 132 |
davydovanton/hanami-serializer | Provides a simple and flexible way to serialize data in Ruby applications using the Hanami framework | 21 |
mgsloan/store | A fast binary serialization library in Haskell with efficient encoding and decoding of various data types | 109 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |