awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
niXman avatar

niXman/yas

0
View on GitHub↗
784 stars·100 forks·C++·4 views

Yas

Yet Another Serialization

Features

  • Serialization - Fast serialization library supporting binary, text, and JSON formats.
  • Reflection and Serialization - Binary, text, and JSON serialization library.

Star history

Star history chart for nixman/yasStar history chart for nixman/yas

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Yas

Similar open-source projects, ranked by how many features they share with Yas.
  • uscilab/cerealUSCiLab avatar

    USCiLab/cereal

    4,676View on GitHub↗

    Cereal is a C++ serialization library and object persistence tool used to convert data types and containers into formats for storage or transmission. It is implemented as a header-only library, allowing it to be included directly in source code without the need for a compiled binary. The library supports multiple data representations, including binary, XML, and JSON. It provides the ability to define custom archives, enabling the development of specialized output formats to control how data is encoded and stored. The system handles the conversion of complex objects through template-based ser

    C++c-plus-pluscerealserialization
    View on GitHub↗4,676
  • 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
  • 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
See all 30 alternatives to Yas→

Frequently asked questions

What does nixman/yas do?

Yet Another Serialization

What are the main features of nixman/yas?

The main features of nixman/yas are: Serialization, Reflection and Serialization.

What are some open-source alternatives to nixman/yas?

Open-source alternatives to nixman/yas include: uscilab/cereal — Cereal is a C++ serialization library and object persistence tool used to convert data types and containers into… felixguendling/cista — Cista is a simple, high-performance, zero-copy C++ serialization & reflection library. akkadotnet/hyperion — Polymorphic serialization for .NET. boostorg/serialization — Boost.org serialization module. capnproto/capnproto — CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication… antmicro/migrant — Fast and flexible serialization framework usable on undecorated classes.