awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to servicestack/servicestack.text

Open-source alternatives to ServiceStack.Text

24 open-source projects similar to servicestack/servicestack.text, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ServiceStack.Text alternative.

  • aaubry/yamldotnetالصورة الرمزية لـ aaubry

    aaubry/YamlDotNet

    2,807عرض على 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
    عرض على GitHub↗2,807
  • alipay/furyالصورة الرمزية لـ alipay

    alipay/fury

    4,412عرض على 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
    عرض على GitHub↗4,412
  • bytefish/tinycsvparserالصورة الرمزية لـ bytefish

    bytefish/TinyCsvParser

    401عرض على GitHub↗

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

    C#
    عرض على GitHub↗401
  • davidfowl/channelsالصورة الرمزية لـ davidfowl

    davidfowl/Channels

    292عرض على GitHub↗

    Push based .NET Streams

    C#
    عرض على GitHub↗292

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • esotericsoftware/kryoالصورة الرمزية لـ EsotericSoftware

    EsotericSoftware/kryo

    6,529عرض على 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

    HTML
    عرض على GitHub↗6,529
  • google/flatbuffersالصورة الرمزية لـ google

    google/flatbuffers

    25,558عرض على 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

    C++cc-plus-plusc-sharp
    عرض على GitHub↗25,558
  • indice-co/edi.netالصورة الرمزية لـ indice-co

    indice-co/EDI.Net

    490عرض على GitHub↗

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

    C#ediedifactserializer
    عرض على GitHub↗490
  • jamesnk/newtonsoft.jsonالصورة الرمزية لـ JamesNK

    JamesNK/Newtonsoft.Json

    11,262عرض على 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

    C#c-sharpjson
    عرض على GitHub↗11,262
  • jefffhaynes/binaryserializerالصورة الرمزية لـ jefffhaynes

    jefffhaynes/BinarySerializer

    312عرض على GitHub↗

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

    C#binaryc-sharpprotocol
    عرض على GitHub↗312
  • joshclose/csvhelperالصورة الرمزية لـ JoshClose

    JoshClose/CsvHelper

    5,202عرض على GitHub↗

    CsvHelper is a library for reading and writing comma-separated value files by mapping data to custom class objects. It functions as a parsing library and data mapper that converts flat-file text into structured data objects and serializes internal data sets back into standard CSV files. The project emphasizes memory efficiency through a parser that optimizes resource consumption. It utilizes field value caching and an interned string cache to store repetitive values, which reduces memory overhead when processing large datasets. The library provides a configuration-driven parsing engine that

    C#hacktoberfest
    عرض على GitHub↗5,202
  • kevin-montrose/jilالصورة الرمزية لـ kevin-montrose

    kevin-montrose/Jil

    2,142عرض على GitHub↗

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

    C#
    عرض على GitHub↗2,142
  • marcospassos/java-php-serializerالصورة الرمزية لـ marcospassos

    marcospassos/java-php-serializer

    19عرض على GitHub↗

    A Java library for serializing objects as PHP serialization format.

    Java
    عرض على GitHub↗19
  • mgravell/protobuf-netالصورة الرمزية لـ mgravell

    mgravell/protobuf-net

    4,952عرض على GitHub↗

    protobuf-net is a binary serialization framework and .NET library that implements the Protocol Buffers specification. It functions as a schema-based serialization tool and contract-first data mapper, converting complex object graphs into a compact binary format for storage and network transmission. The library enables cross-platform data exchange and high-performance networking by reducing payload sizes and processing time. It specifically supports object hierarchy persistence, allowing the serialization and reconstruction of complex class structures that include inheritance and derived types

    C#
    عرض على GitHub↗4,952
  • microsoft/bondالصورة الرمزية لـ microsoft

    microsoft/bond

    2,625عرض على GitHub↗

    Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.

    C++
    عرض على GitHub↗2,625
  • msgpack/msgpack-cliالصورة الرمزية لـ msgpack

    msgpack/msgpack-cli

    856عرض على GitHub↗

    MessagePack implementation for Common Language Infrastructure / msgpack.orgC#

    C#c-sharpmessagepackmsgpack
    عرض على GitHub↗856
  • msgpack/msgpack-javaالصورة الرمزية لـ msgpack

    msgpack/msgpack-java

    1,468عرض على GitHub↗

    MessagePack serializer implementation for Java / msgpack.orgJava

    Java
    عرض على GitHub↗1,468
  • neuecc/messagepack-csharpالصورة الرمزية لـ neuecc

    neuecc/MessagePack-CSharp

    6,710عرض على 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.

    C#
    عرض على GitHub↗6,710
  • neuecc/utf8jsonالصورة الرمزية لـ neuecc

    neuecc/Utf8Json

    2,386عرض على GitHub↗

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

    C#
    عرض على GitHub↗2,386
  • neuecc/zeroformatterالصورة الرمزية لـ neuecc

    neuecc/ZeroFormatter

    2,426عرض على GitHub↗

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

    C#binaryformatc-sharpserializer
    عرض على GitHub↗2,426
  • rehansaeed/schema.netالصورة الرمزية لـ RehanSaeed

    RehanSaeed/Schema.NET

    683عرض على 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.

    C#c-sharpcovid-19dotnet
    عرض على GitHub↗683
  • rogeralsing/wireالصورة الرمزية لـ rogeralsing

    rogeralsing/Wire

    373عرض على GitHub↗

    Binary serializer for POCO objects

    C#
    عرض على GitHub↗373
  • ruedigermoeller/fast-serializationالصورة الرمزية لـ RuedigerMoeller

    RuedigerMoeller/fast-serialization

    1,594عرض على GitHub↗

    FST: fast java serialization drop in-replacement

    Java
    عرض على GitHub↗1,594
  • sinairv/yaxlibالصورة الرمزية لـ sinairv

    sinairv/YAXLib

    0عرض على GitHub↗

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

    C#
    عرض على GitHub↗0
  • wojtpl2/extendedxmlserializerالصورة الرمزية لـ wojtpl2

    wojtpl2/ExtendedXmlSerializer

    343عرض على GitHub↗

    A configurable and eXtensible Xml serializer for .NET.

    C#
    عرض على GitHub↗343