awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sinairv avatar

sinairv/YAXLibFork

0
View on GitHub↗
0 stars·0 forks·C#·MIT·2 views

YAXLib

Yet Another XML Serialization Library for the .NET Framework and .NET Core

Features

  • Serialization - Flexible XML serialization library.

Star history

Star history chart for sinairv/yaxlibStar history chart for sinairv/yaxlib

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 YAXLib

Similar open-source projects, ranked by how many features they share with YAXLib.
  • alipay/furyalipay avatar

    alipay/fury

    4,412View on 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
    View on GitHub↗4,412
  • bytefish/tinycsvparserbytefish avatar

    bytefish/TinyCsvParser

    401View on GitHub↗

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

    C#
    View on GitHub↗401
  • davidfowl/channelsdavidfowl avatar

    davidfowl/Channels

    292View on GitHub↗

    Push based .NET Streams

    C#
    View on GitHub↗292
  • aaubry/yamldotnetaaubry avatar

    aaubry/YamlDotNet

    2,807View on 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
    View on GitHub↗2,807
See all 24 alternatives to YAXLib→

Frequently asked questions

What does sinairv/yaxlib do?

Yet Another XML Serialization Library for the .NET Framework and .NET Core

What are the main features of sinairv/yaxlib?

The main features of sinairv/yaxlib are: Serialization.

What are some open-source alternatives to sinairv/yaxlib?

Open-source alternatives to sinairv/yaxlib include: 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…