awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·1 vuemsgpack.org↗

Msgpack Cli

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

Features

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

Historique des stars

Graphique de l'historique des stars pour msgpack/msgpack-cliGraphique de l'historique des stars pour msgpack/msgpack-cli

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Msgpack Cli

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Msgpack Cli.
  • jamesnk/newtonsoft.jsonAvatar de JamesNK

    JamesNK/Newtonsoft.Json

    11,262Voir sur 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
    Voir sur GitHub↗11,262
  • microsoft/bondAvatar de microsoft

    microsoft/bond

    2,625Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗2,625
  • google/flatbuffersAvatar de google

    google/flatbuffers

    25,558Voir sur 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
    Voir sur GitHub↗25,558
  • akkadotnet/hyperionAvatar de akkadotnet

    akkadotnet/Hyperion

    281Voir sur GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    Voir sur GitHub↗281
Voir les 30 alternatives à Msgpack Cli→

Questions fréquentes

Que fait msgpack/msgpack-cli ?

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

Quelles sont les fonctionnalités principales de msgpack/msgpack-cli ?

Les fonctionnalités principales de msgpack/msgpack-cli sont : Serialization.

Quelles sont les alternatives open-source à msgpack/msgpack-cli ?

Les alternatives open-source à msgpack/msgpack-cli incluent : 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.