awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to msgpack/msgpack-java

Open-source alternatives to Msgpack Java

27 open-source projects similar to msgpack/msgpack-java, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Msgpack Java alternative.

  • ruedigermoeller/fast-serializationRuedigerMoeller का अवतार

    RuedigerMoeller/fast-serialization

    1,594GitHub पर देखें↗

    FST: fast java serialization drop in-replacement

    Java
    GitHub पर देखें↗1,594
  • google/flatbuffersgoogle का अवतार

    google/flatbuffers

    25,558GitHub पर देखें↗

    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
  • esotericsoftware/kryoEsotericSoftware का अवतार

    EsotericSoftware/kryo

    6,529GitHub पर देखें↗

    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
  • davidfowl/channelsdavidfowl का अवतार

    davidfowl/Channels

    292GitHub पर देखें↗

    Push based .NET Streams

    C#
    GitHub पर देखें↗292

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • indice-co/edi.netindice-co का अवतार

    indice-co/EDI.Net

    490GitHub पर देखें↗

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

    C#ediedifactserializer
    GitHub पर देखें↗490
  • jamesnk/newtonsoft.jsonJamesNK का अवतार

    JamesNK/Newtonsoft.Json

    11,262GitHub पर देखें↗

    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/binaryserializerjefffhaynes का अवतार

    jefffhaynes/BinarySerializer

    312GitHub पर देखें↗

    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/csvhelperJoshClose का अवतार

    JoshClose/CsvHelper

    5,202GitHub पर देखें↗

    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/jilkevin-montrose का अवतार

    kevin-montrose/Jil

    2,142GitHub पर देखें↗

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

    C#
    GitHub पर देखें↗2,142
  • marcospassos/java-php-serializermarcospassos का अवतार

    marcospassos/java-php-serializer

    19GitHub पर देखें↗

    A Java library for serializing objects as PHP serialization format.

    Java
    GitHub पर देखें↗19
  • mgravell/protobuf-netmgravell का अवतार

    mgravell/protobuf-net

    4,952GitHub पर देखें↗

    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/bondmicrosoft का अवतार

    microsoft/bond

    2,625GitHub पर देखें↗

    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-climsgpack का अवतार

    msgpack/msgpack-cli

    856GitHub पर देखें↗

    MessagePack implementation for Common Language Infrastructure / msgpack.orgC#

    C#c-sharpmessagepackmsgpack
    GitHub पर देखें↗856
  • neuecc/messagepack-csharpneuecc का अवतार

    neuecc/MessagePack-CSharp

    6,710GitHub पर देखें↗

    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/utf8jsonneuecc का अवतार

    neuecc/Utf8Json

    2,386GitHub पर देखें↗

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

    C#
    GitHub पर देखें↗2,386
  • neuecc/zeroformatterneuecc का अवतार

    neuecc/ZeroFormatter

    2,426GitHub पर देखें↗

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

    C#binaryformatc-sharpserializer
    GitHub पर देखें↗2,426
  • real-logic/simple-binary-encodingreal-logic का अवतार

    real-logic/simple-binary-encoding

    3,458GitHub पर देखें↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    GitHub पर देखें↗3,458
  • rehansaeed/schema.netRehanSaeed का अवतार

    RehanSaeed/Schema.NET

    683GitHub पर देखें↗

    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/wirerogeralsing का अवतार

    rogeralsing/Wire

    373GitHub पर देखें↗

    Binary serializer for POCO objects

    C#
    GitHub पर देखें↗373
  • servicestack/servicestack.textServiceStack का अवतार

    ServiceStack/ServiceStack.Text

    1,217GitHub पर देखें↗

    .NET's fastest JSON, JSV and CSV Text Serializers

    C#automapperc-sharpcsv
    GitHub पर देखें↗1,217
  • sinairv/yaxlibsinairv का अवतार

    sinairv/YAXLib

    0GitHub पर देखें↗

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

    C#
    GitHub पर देखें↗0
  • square/okiosquare का अवतार

    square/okio

    8,986GitHub पर देखें↗

    Okio is a Java I/O library providing a set of tools for efficient byte-stream processing and file system operations. It functions as a buffered byte stream handler and streaming data transformer, utilizing a cross-platform file system API to manage data movement. The project is distinguished by its use of pooled mutable byte buffers that treat sequences as queues to reduce memory copying and garbage collection churn. It further decouples file operations from the host operating system through an abstraction-based file system, allowing for consistent path manipulation and atomic operations acro

    Kotlinkotlinkotlin-multiplatform
    GitHub पर देखें↗8,986
  • square/tapesquare का अवतार

    square/tape

    2,463GitHub पर देखें↗

    A lightning fast, transactional, file-based FIFO for Android and Java.

    Java
    GitHub पर देखें↗2,463
  • aaubry/yamldotnetaaubry का अवतार

    aaubry/YamlDotNet

    2,807GitHub पर देखें↗

    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
  • wojtpl2/extendedxmlserializerwojtpl2 का अवतार

    wojtpl2/ExtendedXmlSerializer

    343GitHub पर देखें↗

    A configurable and eXtensible Xml serializer for .NET.

    C#
    GitHub पर देखें↗343
  • alipay/furyalipay का अवतार

    alipay/fury

    4,412GitHub पर देखें↗

    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/tinycsvparserbytefish का अवतार

    bytefish/TinyCsvParser

    401GitHub पर देखें↗

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

    C#
    GitHub पर देखें↗401