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
msgpack avatar

msgpack/msgpack-cli

0
View on GitHub↗
856 stars·176 forks·C#·Apache-2.0·13 viewsmsgpack.org↗

Msgpack Cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]

Features

  • Serialization - MessagePack implementation for .NET.
  • Serialization - MessagePack implementation.

Star history

Star history chart for msgpack/msgpack-cliStar history chart for msgpack/msgpack-cli

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Msgpack Cli

Similar open-source projects, ranked by how many features they share with Msgpack Cli.
  • 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
  • microsoft/bondmicrosoft avatar

    microsoft/bond

    2,625View on GitHub↗

    Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.

    C++
    View on GitHub↗2,625
  • 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
  • akkadotnet/hyperionakkadotnet avatar

    akkadotnet/Hyperion

    281View on GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    View on GitHub↗281
See all 30 alternatives to Msgpack Cli→

Frequently asked questions

What does msgpack/msgpack-cli do?

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]

What are the main features of msgpack/msgpack-cli?

The main features of msgpack/msgpack-cli are: Serialization.

What are some open-source alternatives to msgpack/msgpack-cli?

Open-source alternatives to msgpack/msgpack-cli include: microsoft/bond — Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025. jamesnk/newtonsoft.json — Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… akkadotnet/hyperion — Polymorphic serialization for .NET. boostorg/serialization — Boost.org serialization module. antmicro/migrant — Fast and flexible serialization framework usable on undecorated classes.