Kotlin/kotlinx.serialization
Kotlin multiplatform / multi-format serialization observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 66
- 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: 84
- age_days: 3331
- days_rel: 146
- days_push: 9
- n_releases_24m: 8
Adoption not part of the score
5943 stars · 676 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Kotlin multiplatform serialization library consisting of a compiler plugin and runtime that generates serialization code for @Serializable classes without reflection. It supports JSON, Protobuf, CBOR, HOCON, and Properties formats across JVM, JS, and Native targets.
Use cases
- encode kotlin data classes to
- parse into kotlin objects
- serialize objects to protobuf in kotlin
- decode cbor payloads in a multiplatform app
- share serialization logic between jvm js and native kotlin
- convert kotlin objects to and from properties files
When to choose
- you need reflectionless, high-performance serialization in Kotlin
- you want one serialization API shared across Kotlin Multiplatform targets
- you need JSON, Protobuf, CBOR, HOCON, or Properties support in Kotlin
When to avoid
- your project is not in Kotlin
- you need exotic formats not covered by the built-in format libraries
- you rely on runtime reflection-based serialization of arbitrary classes
Facets
library · maturity stable
serialization developer-tools cross-platform apis jvm windows cross-platform kotlin multiplatform compiler-plugin cbor protobuf reflectionless android ios nodejs linux macos
1 source
- readme: https://github.com/Kotlin/kotlinx.serialization · fetched 2026-08-28 · 82b93f5e7ec0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Kotlin/kotlinx.serialization | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="Kotlin/kotlinx.serialization")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem