awesome-repositories.com
Blog
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
·
msgpack avatar

msgpack/msgpack-java

0
View on GitHub↗
1,468 stars·323 forks·Java·Apache-2.0·3 viewsmsgpack.org↗

Msgpack Java

MessagePack serializer implementation for Java / msgpack.org[Java]

Features

  • Serialization - Efficient binary serialization format implementation.
  • Serialization and I/O - Binary serialization format implementation for Java.

Star history

Star history chart for msgpack/msgpack-javaStar history chart for msgpack/msgpack-java

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

Frequently asked questions

What does msgpack/msgpack-java do?

MessagePack serializer implementation for Java / msgpack.org[Java]

What are the main features of msgpack/msgpack-java?

The main features of msgpack/msgpack-java are: Serialization, Serialization and I/O.

What are some open-source alternatives to msgpack/msgpack-java?

Open-source alternatives to msgpack/msgpack-java include: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… ruedigermoeller/fast-serialization — FST: fast java serialization drop in-replacement. bytefish/tinycsvparser — Easy to use, easy to extend and high-performance library for CSV parsing with .NET. davidfowl/channels — Push based .NET Streams. alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to…

Open-source alternatives to Msgpack Java

Similar open-source projects, ranked by how many features they share with Msgpack Java.
  • google/flatbuffersgoogle avatar

    google/flatbuffers

    25,558View on 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
    View on GitHub↗25,558
  • ruedigermoeller/fast-serializationRuedigerMoeller avatar

    RuedigerMoeller/fast-serialization

    1,594View on GitHub↗

    FST: fast java serialization drop in-replacement

    Java
    View on GitHub↗1,594
  • esotericsoftware/kryoEsotericSoftware avatar

    EsotericSoftware/kryo

    6,529View on 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
    View on GitHub↗6,529
  • 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
See all 27 alternatives to Msgpack Java→