1 repo
Java implementations for constructing and reading binary data buffers.
Distinguishing note: Focuses on the Java language-specific implementation of binary buffer management, distinct from general serialization concepts.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Java Serialization Libraries. Refine with filters or upvote what's useful.
FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu
FlatBuffers provides a builder pattern for constructing and reading schema-less binary buffers in Java, supporting maps, vectors, and automatic type conversion during data retrieval.