1 repository
Frameworks designed for high-speed object conversion with support for schema evolution and mobile environments.
Distinct from Java Frameworks: Distinct from Java Frameworks: focuses specifically on the serialization domain rather than general-purpose application frameworks.
Explore 1 awesome GitHub repository matching software engineering & architecture · High-Performance Serialization Frameworks. Refine with filters or upvote what's useful.
Serial is a Java library designed for high-speed object serialization and binary data processing. It converts complex objects into compact byte arrays to facilitate efficient storage and network transmission, specifically targeting environments where memory and resource efficiency are critical. The library distinguishes itself by bypassing reflection, instead utilizing manual field mapping and generated bytecode to perform object inspection. This approach ensures a deterministic byte layout and provides type-safe buffer management, which allows for predictable data structures. To support long
Provides a high-performance library for Java object serialization with support for schema evolution and mobile environments.