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
·
jefffhaynes avatar

jefffhaynes/BinarySerializer

0
View on GitHub↗
312 stars·68 forks·C#·MIT·1 vue

BinarySerializer

A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.

Features

  • Serialization - Custom packet and protocol serialization.

Historique des stars

Graphique de l'historique des stars pour jefffhaynes/binaryserializerGraphique de l'historique des stars pour jefffhaynes/binaryserializer

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 à BinarySerializer

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec BinarySerializer.
  • alipay/furyAvatar de alipay

    alipay/fury

    4,412Voir sur GitHub↗

    Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to facilitate cross-language data exchange. It includes an interface definition language compiler that translates schema definitions into idiomatic native types and serialization boilerplate across multiple languages. The project distinguishes itself through a zero-copy binary reader that allows specific fields to be accessed without deserializing the entire object, as well as an object graph serializer that preserves circular references and referential integrity. It also features a

    Java
    Voir sur GitHub↗4,412
  • bytefish/tinycsvparserAvatar de bytefish

    bytefish/TinyCsvParser

    401Voir sur GitHub↗

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

    C#
    Voir sur GitHub↗401
  • davidfowl/channelsAvatar de davidfowl

    davidfowl/Channels

    292Voir sur GitHub↗

    Push based .NET Streams

    C#
    Voir sur GitHub↗292
  • 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

    C#dotnetparserserialization
    Voir sur GitHub↗2,807
Voir les 24 alternatives à BinarySerializer→

Questions fréquentes

Que fait jefffhaynes/binaryserializer ?

A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.

Quelles sont les fonctionnalités principales de jefffhaynes/binaryserializer ?

Les fonctionnalités principales de jefffhaynes/binaryserializer sont : Serialization.

Quelles sont les alternatives open-source à jefffhaynes/binaryserializer ?

Les alternatives open-source à jefffhaynes/binaryserializer incluent : alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… bytefish/tinycsvparser — Easy to use, easy to extend and high-performance library for CSV parsing with .NET. davidfowl/channels — Push based .NET Streams. esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that…