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
·

25 dépôts

Awesome GitHub RepositoriesSerialization

Libraries that handle data serialization with high efficiency.

Explore 25 awesome GitHub repositories matching part of an awesome list · Serialization. Refine with filters or upvote what's useful.

Awesome Serialization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • 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

    Memory-efficient serialization without unpacking or parsing.

    C++cc-plus-plusc-sharp
    Voir sur GitHub↗25,558
  • 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

    Popular high-performance JSON framework.

    C#c-sharpjson
    Voir sur GitHub↗11,262
  • neuecc/messagepack-csharpAvatar de neuecc

    neuecc/MessagePack-CSharp

    6,710Voir sur GitHub↗

    MessagePack-CSharp is a high-performance binary serialization library for .NET applications that converts object graphs into the MessagePack format. It functions as a C# data serialization toolkit and a polymorphic binary encoder capable of handling abstract classes and interfaces using union keys to identify concrete derived types. The library provides a binary format transcoder to transform binary data into human-readable JSON for debugging. It supports ahead-of-time formatter generation to avoid runtime overhead and implements LZ4 binary compression to reduce the size of serialized data.

    High-performance MessagePack serializer.

    C#
    Voir sur GitHub↗6,710
  • esotericsoftware/kryoAvatar de EsotericSoftware

    EsotericSoftware/kryo

    6,529Voir sur GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    Fast and efficient object graph serialization.

    HTML
    Voir sur GitHub↗6,529
  • joshclose/csvhelperAvatar de JoshClose

    JoshClose/CsvHelper

    5,202Voir sur GitHub↗

    CsvHelper est une bibliothèque pour lire et écrire des fichiers de valeurs séparées par des virgules en mappant les données à des objets de classe personnalisés. Elle fonctionne comme une bibliothèque d'analyse et un mappeur de données qui convertit le texte de fichier plat en objets de données structurés et sérialise les ensembles de données internes en fichiers CSV standard. Le projet met l'accent sur l'efficacité de la mémoire via un analyseur qui optimise la consommation des ressources. Il utilise la mise en cache des valeurs de champ et un cache de chaînes internées pour stocker les valeurs répétitives, ce qui réduit la surcharge de mémoire lors du traitement de grands ensembles de données. La bibliothèque fournit un moteur d'analyse piloté par la configuration qui prend en charge divers délimiteurs et caractères d'échappement. Elle gère la relation entre les colonnes CSV et les propriétés de classe en utilisant un mappage basé sur les attributs et une instanciation d'objet basée sur la réflexion. Le traitement est géré via une analyse séquentielle basée sur le flux pour gérer les fichiers à haut volume sans charger l'ensemble de données complet en mémoire.

    CSV reading and writing library.

    C#hacktoberfest
    Voir sur GitHub↗5,202
  • mgravell/protobuf-netAvatar de mgravell

    mgravell/protobuf-net

    4,952Voir sur GitHub↗

    protobuf-net est un framework de sérialisation binaire et une bibliothèque .NET qui implémente la spécification Protocol Buffers. Il fonctionne comme un outil de sérialisation basé sur un schéma et un mappeur de données "contract-first", convertissant des graphes d'objets complexes en un format binaire compact pour le stockage et la transmission réseau. La bibliothèque permet l'échange de données multiplateforme et la mise en réseau haute performance en réduisant la taille des charges utiles et le temps de traitement. Elle prend spécifiquement en charge la persistance de la hiérarchie des objets, permettant la sérialisation et la reconstruction de structures de classes complexes incluant l'héritage et les types dérivés. Le projet couvre des capacités fondamentales, notamment la sérialisation et la désérialisation de données binaires, la génération de classes pilotée par schéma et la gestion de l'héritage de types via des identifiants uniques. Il fournit des mécanismes pour mapper les structures de données via des attributs statiques ou des configurations dynamiques au runtime.

    Protocol Buffers library.

    C#
    Voir sur GitHub↗4,952
  • alipay/furyAvatar de alipay

    alipay/fury

    4,412Voir sur GitHub↗

    Fury est un framework de sérialisation binaire multi-langage conçu pour encoder des objets de domaine et des graphes complexes afin de faciliter l'échange de données entre langages. Il inclut un compilateur de langage de définition d'interface (IDL) qui traduit les définitions de schéma en types natifs idiomatiques et en code de sérialisation répétitif à travers plusieurs langages. Le projet se distingue par un lecteur binaire zero-copy qui permet d'accéder à des champs spécifiques sans désérialiser l'objet entier, ainsi qu'un sérialiseur de graphe d'objets qui préserve les références circulaires et l'intégrité référentielle. Il dispose également d'un convertisseur de données qui transforme les données binaires basées sur des lignes en formats Apache Arrow colonnaires pour les charges de travail analytiques. Le framework couvre de vastes domaines de capacités, incluant l'évolution de schéma pilotée par métadonnées pour la compatibilité ascendante et descendante, un processus de compilation AOT au moment du build pour éliminer la réflexion à l'exécution, et une désérialisation sécurisée via une validation de type basée sur liste blanche. Il fournit en outre une intégration pour des appels de procédure à distance haute performance via gRPC.

    Blazing fast JIT-powered zero-copy serialization framework.

    Java
    Voir sur GitHub↗4,412
  • aaubry/yamldotnetAvatar de aaubry

    aaubry/YamlDotNet

    2,807Voir sur GitHub↗

    YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m

    YAML serialization library.

    C#dotnetparserserialization
    Voir sur GitHub↗2,807
  • 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.

    Cross-platform schematized data framework.

    C++
    Voir sur GitHub↗2,625
  • neuecc/zeroformatterAvatar de neuecc

    neuecc/ZeroFormatter

    2,426Voir sur GitHub↗

    Infinitely Fast Deserializer for .NET, .NET Core and Unity.

    Fast binary serializer.

    C#binaryformatc-sharpserializer
    Voir sur GitHub↗2,426
  • neuecc/utf8jsonAvatar de neuecc

    neuecc/Utf8Json

    2,386Voir sur GitHub↗

    Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).

    Zero-allocation JSON serializer.

    C#
    Voir sur GitHub↗2,386
  • kevin-montrose/jilAvatar de kevin-montrose

    kevin-montrose/Jil

    2,142Voir sur GitHub↗

    Fast .NET JSON (De)Serializer, Built On Sigil

    High-performance JSON serializer.

    C#
    Voir sur GitHub↗2,142
  • ruedigermoeller/fast-serializationAvatar de RuedigerMoeller

    RuedigerMoeller/fast-serialization

    1,594Voir sur GitHub↗

    FST: fast java serialization drop in-replacement

    High-performance object graph serialization compatible with JDK.

    Java
    Voir sur GitHub↗1,594
  • msgpack/msgpack-javaAvatar de msgpack

    msgpack/msgpack-java

    1,468Voir sur GitHub↗

    MessagePack serializer implementation for Java / msgpack.orgJava

    Efficient binary serialization format implementation.

    Java
    Voir sur GitHub↗1,468
  • servicestack/servicestack.textAvatar de ServiceStack

    ServiceStack/ServiceStack.Text

    1,217Voir sur GitHub↗

    .NET's fastest JSON, JSV and CSV Text Serializers

    JSON, JSV, and CSV serializers.

    C#automapperc-sharpcsv
    Voir sur GitHub↗1,217
  • msgpack/msgpack-cliAvatar de msgpack

    msgpack/msgpack-cli

    856Voir sur GitHub↗

    MessagePack implementation for Common Language Infrastructure / msgpack.orgC#

    MessagePack implementation.

    C#c-sharpmessagepackmsgpack
    Voir sur GitHub↗856
  • rehansaeed/schema.netAvatar de RehanSaeed

    RehanSaeed/Schema.NET

    683Voir sur GitHub↗

    Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.

    Schema.org POCO classes.

    C#c-sharpcovid-19dotnet
    Voir sur GitHub↗683
  • indice-co/edi.netAvatar de indice-co

    indice-co/EDI.Net

    490Voir sur GitHub↗

    EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats

    EDI format serializer.

    C#ediedifactserializer
    Voir sur GitHub↗490
  • bytefish/tinycsvparserAvatar de bytefish

    bytefish/TinyCsvParser

    401Voir sur GitHub↗

    Easy to use, easy to extend and high-performance library for CSV parsing with .NET

    High-performance CSV parser.

    C#
    Voir sur GitHub↗401
  • rogeralsing/wireAvatar de rogeralsing

    rogeralsing/Wire

    373Voir sur GitHub↗

    Binary serializer for POCO objects

    Binary serializer for POCOs.

    C#
    Voir sur GitHub↗373
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Serialization