awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Binary Serialization Protocols · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesBinary Serialization Protocols

Compact, machine-readable wire-level specifications that prioritize performance and schema evolution over human readability.

Explore 1 awesome GitHub repository matching data & databases · Binary Serialization Protocols. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Data Serialization Formats
  4. Binary Serialization Protocols

Awesome Binary Serialization Protocols GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • protocolbuffers/protobuf

    protocolbuffers/protobuf

    70,695GitHubView on GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different progra

    C++marshallingprotobufprotobuf-runtime

Explore sub-tags

  • Language-Neutral Data SerializationFormats that encode data structures into binary representations independent of specific programming languages or hardware architectures.
  • Length-Delimited EncodingsBinary encoding schemes that prefix data segments with length headers to facilitate efficient parsing and stream reading.
  • Protocol BuffersA language-neutral, platform-agnostic mechanism for serializing structured data using a compact binary format.
  • Tag-Based Binary EncodingsBinary serialization formats that use unique identifiers or tags to map data fields without requiring explicit schema definitions.