msgpack/msgpack-java
MessagePack serializer implementation for Java / msgpack.org[Java] observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 98
- Release rhythm 58
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 166
- age_days: 5544
- days_rel: 122
- days_push: 12
- n_releases_24m: 4
Adoption not part of the score
1473 stars · 322 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MessagePack serializer implementation for the JVM, providing fast and compact binary serialization as an alternative to JSON. It supports all MessagePack types including the extension format and integrates with Jackson ObjectMapper for serializing Java objects.
Use cases
- serialize Java objects to a compact binary format
- replace JSON with a faster and smaller wire format
- exchange data between Java and other languages using MessagePack
- serialize and deserialize POJOs via Jackson databind
- encode small integers and short strings efficiently
- build high-performance data pipelines on the JVM
When to choose
- you need a fast, compact binary alternative to JSON in Java, Scala, or Kotlin
- you want Jackson-compatible serialization with MessagePack encoding
- you need cross-language data exchange using the MessagePack spec
- you need support for MessagePack extension types
When to avoid
- you need human-readable serialization like JSON or YAML
- your project is not on the JVM
- you rely on the deprecated v06 template-based serialization API
Facets
library · maturity stable
serialization developer-tools apis jvm cross-platform messagepack binary-format jackson-integration maven data-engineering
2 sources
- readme: https://github.com/msgpack/msgpack-java · fetched 2026-08-28 · 985da1837355
- homepage: http://msgpack.org/ · fetched 2026-08-29 · 190e0c81910b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| msgpack/msgpack-java | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="msgpack/msgpack-java")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem