# JakeWharton/retrofit2-kotlinx-serialization-converter

A Retrofit 2 Converter.Factory for Kotlin serialization.

Repository: https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter
Canonical: https://ross.abutalabs.com/products/retrofit2-kotlinx-serialization-converter
Language: Kotlin
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2024-03-19T11:35:01+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3159, "days_push": 897, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1056, forks 62 (observed 2026-08-28T04:03:24.585140+00:00)

## What it is
A Retrofit 2 Converter.Factory that lets Retrofit use kotlinx.serialization for serializing request bodies and deserializing response bodies. It has been deprecated because the converter was merged into Retrofit itself as a first-party converter.

## Use cases
- use kotlinx.serialization with retrofit for  apis
- deserialize retrofit responses into kotlin data classes
- serialize request bodies with kotlinx serialization
- replace gson or moshi with kotlinx.serialization in retrofit
- add a  converter factory to a retrofit builder

## When to choose
- you are stuck on an older Retrofit version that lacks a built-in kotlinx.serialization converter
- you need a stable 1.0.0 converter for a legacy project already using this artifact

## When to avoid
- starting a new project - use the first-party converter in Retrofit itself
- you need updates or bug fixes, since this repo is deprecated and unmaintained
- you use a serialization format other than

## Facets
- artifact type: library
- maturity: abandoned
- function: serialization, http-client, middleware
- domain: developer-tools, apis, web-development, backend
- platform: jvm
- tags: retrofit, kotlinx-serialization, converter-factory, deprecated, jake-wharton, android

## Member repositories
- JakeWharton/retrofit2-kotlinx-serialization-converter (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.585140+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:58:15.085709+00:00, confidence not recorded.
  - readme: https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter (fetched 2026-08-28T04:03:24.585140+00:00, sha 32fd64c34416)
- Data as of 2026-08-30T08:39:29.467469+00:00.
