awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to boostorg/serialization

Open-source alternatives to Serialization

30 open-source projects similar to boostorg/serialization, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Serialization alternative.

  • akkadotnet/hyperionakkadotnet avatar

    akkadotnet/Hyperion

    281View on GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    View on GitHub↗281
  • antmicro/migrantantmicro avatar

    antmicro/Migrant

    46View on GitHub↗

    Fast and flexible serialization framework usable on undecorated classes.

    C#
    View on GitHub↗46
  • capnproto/capnprotocapnproto avatar

    capnproto/capnproto

    13,089View on GitHub↗

    CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication library providing a schema-based data interchange format that eliminates the need to encode or decode data before reading it from memory. The system enables high-performance data serialization and low-latency network communication. It supports cross-language data exchange by using a defined schema to ensure consistent binary representation across different platforms. The framework provides tools for implementing remote procedure calls, allowing functions to be invoked on a remo

    C++
    View on GitHub↗13,089
  • catid/wirehaircatid avatar

    catid/wirehair

    386View on GitHub↗

    Wirehair : O(N) Fountain Code for Large Data

    C++
    View on GitHub↗386
  • chronoxor/fastbinaryencodingchronoxor avatar

    chronoxor/FastBinaryEncoding

    955View on GitHub↗

    Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift

    C++
    View on GitHub↗955

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • com-lihaoyi/upicklecom-lihaoyi avatar

    com-lihaoyi/upickle

    766View on GitHub↗

    uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala

    Scala
    View on GitHub↗766
  • earonesty/qserialearonesty avatar

    earonesty/qserial

    3View on GitHub↗

    Header-only library suitable for android/arm builds - Small, easy to understand - No pre-compilation of headers - No template specialization complexity

    C++
    View on GitHub↗3
  • emily33901/vprotoemily33901 avatar

    emily33901/vproto

    56View on GitHub↗

    vproto can parse most (or maybe all...) of the proto2 spec. It compiles the Steam Protobufs generating valid code and also parses the protoc plugin protobufs (which can be found in plugin/google/protobuf). It can parse options, extensions, map fields and extends definitions but does not generate…

    V
    View on GitHub↗56
  • emmathemartian/mapleE

    emmathemartian/maple

    0View on GitHub↗

    Yes, there are loads more of these types of config languages, but I wanted to make my own because the other options are overkill for my projects.

    View on GitHub↗0
  • esnme/ultrajsonesnme avatar

    esnme/ultrajson

    4,485View on GitHub↗

    UltraJSON is a high-performance JSON library and parser written in C with bindings for Python. It provides a fast alternative to standard JSON processing for decoding JSON strings into native data structures and encoding data structures back into JSON strings. The library utilizes a C-based engine to reduce processing latency and increase throughput for JSON generation and parsing. It is designed to accelerate data pipelines and optimize the handling of JSON payloads.

    C++
    View on GitHub↗4,485
  • facebook/fbthriftfacebook avatar

    facebook/fbthrift

    2,690View on GitHub↗

    Facebook's branch of Apache Thrift, including a new C++ server.

    C++
    View on GitHub↗2,690
  • felixguendling/cistafelixguendling avatar

    felixguendling/cista

    2,225View on GitHub↗

    Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.

    C++benchmarkcppcpp17
    View on GitHub↗2,225
  • fraillt/bitseryfraillt avatar

    fraillt/bitsery

    1,246View on GitHub↗

    Your binary serialization library

    C++binary-serializationcpp11cpp14
    View on GitHub↗1,246
  • ghostiam/binstructG

    ghostiam/binstruct

    0View on GitHub↗
    View on GitHub↗0
  • glycerine/bambamG

    glycerine/bambam

    0View on GitHub↗
    View on GitHub↗0
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

    0View on GitHub↗
    View on GitHub↗0
  • gogo/protobufgogo avatar

    gogo/protobuf

    5,669View on GitHub↗

    This project is a Protocol Buffers Go compiler and code generation framework that translates schema definitions into optimized Go structures and reflection-free serialization methods. It includes a gRPC service generator for producing client and server communication code and a serialization performance toolkit for generating automated benchmarks and test suites. The framework features a plugin-based system for transforming data definitions into source code with custom field mapping and struct tag injection. It allows for custom type mapping and struct type overriding to link data fields to sp

    Gogogolanggrpc
    View on GitHub↗5,669
  • golang/protobufgolang avatar

    golang/protobuf

    10,074View on GitHub↗

    This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native data structures into a compact binary format for efficient network transmission and storage. It functions as a language bindings generator, utilizing a compiler plugin to create Go source code from platform-neutral protocol buffer definitions. The implementation includes a JSON data mapper that transforms structured binary messages into JSON format to facilitate compatibility with web services and external APIs. It also enables cross-language data exchange by using a common s

    Go
    View on GitHub↗10,074
  • google/flatbuffersgoogle avatar

    google/flatbuffers

    25,558View on GitHub↗

    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

    C++cc-plus-plusc-sharp
    View on GitHub↗25,558
  • gura-conf/vguraG

    gura-conf/vgura

    0View on GitHub↗

    vlang.io | Docs | Changelog | Contributing

    View on GitHub↗0
  • jamescourtney/flatsharpjamescourtney avatar

    jamescourtney/FlatSharp

    570View on GitHub↗

    Fast, idiomatic C# implementation of Flatbuffers

    C#csharpdeserializationfbs-schema
    View on GitHub↗570
  • jamesnk/newtonsoft.jsonJamesNK avatar

    JamesNK/Newtonsoft.Json

    11,262View on GitHub↗

    Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and exchange of information. It functions as a serialization library and object mapping framework, enabling the conversion of complex application objects into formatted JSON strings and the reconstruction of structured objects from raw JSON data. The library distinguishes itself through a flexible architecture that supports both strongly-typed class mapping and a dynamic object model for schema-less data manipulation. It employs reflection-based metadata mapping to automate property a

    C#c-sharpjson
    View on GitHub↗11,262
  • jdonnerstag/vlang-yamljdonnerstag avatar

    jdonnerstag/vlang-yaml

    28View on GitHub↗

    I think this YAML parser covers many important aspects of the YAML spec, but certainly not everything. I've been using the YAML spec and this online tool whenever I was in doubt.

    V
    View on GitHub↗28
  • jitbit/csvexportjitbit avatar

    jitbit/CsvExport

    176View on GitHub↗

    Very simple CSV-export tool for C#

    C#c-sharpcsvcsv-export
    View on GitHub↗176
  • json-iterator/gojson-iterator avatar

    json-iterator/go

    13,891View on GitHub↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    Godeserializationgogolang
    View on GitHub↗13,891
  • jszwec/csvutiljszwec avatar

    jszwec/csvutil

    1,035View on GitHub↗

    csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.

    Gocsvcsv-parsercsvutil
    View on GitHub↗1,035
  • ldedev/ini-vldedev avatar

    ldedev/ini-v

    5View on GitHub↗

    Simple and practical module for manipulating ini/cfg file.

    V
    View on GitHub↗5
  • marshmallow-code/marshmallowmarshmallow-code avatar

    marshmallow-code/marshmallow

    7,239View on GitHub↗

    Marshmallow is a Python data serialization library and validation framework. It functions as a bridge that transforms complex application objects into primitive data types for storage or network transmission and vice versa. The library utilizes a schema-based approach to validate that incoming data conforms to specific types and constraints. It employs a two-way transformation pipeline consisting of separate load and dump phases to handle deserialization and serialization. The framework supports class-based schema definitions with declarative field validation and recursive schema nesting for

    Pythondeserializationmarshallingpython
    View on GitHub↗7,239
  • marvin-brouwer/fluentserializerMarvin-Brouwer avatar

    Marvin-Brouwer/FluentSerializer

    20View on GitHub↗

    A fluent take on serializer libraries

    C#dotnethacktoberfestjson
    View on GitHub↗20
  • 32leaves/bel3

    32leaves/bel

    0View on GitHub↗
    View on GitHub↗0