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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wojtpl2 avatar

wojtpl2/ExtendedXmlSerializer

0
View on GitHub↗
343 stars·48 forks·C#·MIT·3 viewsextendedxmlserializer.github.io↗

ExtendedXmlSerializer

A configurable and eXtensible Xml serializer for .NET.

Features

  • Serialization - Extended XML serialization.

Star history

Star history chart for wojtpl2/extendedxmlserializerStar history chart for wojtpl2/extendedxmlserializer

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 ExtendedXmlSerializer

Similar open-source projects, ranked by how many features they share with ExtendedXmlSerializer.
  • 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 ExtendedXmlSerializer→

Frequently asked questions

What does wojtpl2/extendedxmlserializer do?

A configurable and eXtensible Xml serializer for .NET.

What are the main features of wojtpl2/extendedxmlserializer?

The main features of wojtpl2/extendedxmlserializer are: Serialization.

What are some open-source alternatives to wojtpl2/extendedxmlserializer?

Open-source alternatives to wojtpl2/extendedxmlserializer 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…