awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufruf

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.

Star-Verlauf

Star-Verlauf für jefffhaynes/binaryserializerStar-Verlauf für jefffhaynes/binaryserializer

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu BinarySerializer

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit BinarySerializer.
  • alipay/furyAvatar von alipay

    alipay/fury

    4,412Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,412
  • bytefish/tinycsvparserAvatar von bytefish

    bytefish/TinyCsvParser

    401Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗401
  • davidfowl/channelsAvatar von davidfowl

    davidfowl/Channels

    292Auf GitHub ansehen↗

    Push based .NET Streams

    C#
    Auf GitHub ansehen↗292
  • aaubry/yamldotnetAvatar von aaubry

    aaubry/YamlDotNet

    2,807Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,807
Alle 24 Alternativen zu BinarySerializer anzeigen→

Häufig gestellte Fragen

Was macht jefffhaynes/binaryserializer?

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

Was sind die Hauptfunktionen von jefffhaynes/binaryserializer?

Die Hauptfunktionen von jefffhaynes/binaryserializer sind: Serialization.

Welche Open-Source-Alternativen gibt es zu jefffhaynes/binaryserializer?

Open-Source-Alternativen zu jefffhaynes/binaryserializer sind unter anderem: 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…