johncarl81/parceler
:package: Android Parcelables made easy through code generation. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- Release rhythm 35
- Longevity 100
Flags: no_releases no_readme
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: n/a
- age_days: 4809
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
3528 stars · 272 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Parceler is a Java annotation processor that generates Android Parcelable boilerplate code for POJOs annotated with @Parcel. It eliminates manual implementation of writeToParcel, createFromParcel, and CREATOR, providing a Parcels utility for wrapping and unwrapping objects.
Use cases
- generate Android Parcelable implementations from POJOs
- remove Parcelable boilerplate from Android apps
- serialize objects between Android activities via Bundles
- wrap and unwrap objects with Parcels utility
- avoid reflection-based serialization on Android
When to choose
- you write Android apps in Java and want Parcelable support without boilerplate
- you prefer compile-time code generation over runtime reflection
- you need fast Parcelable serialization between Android components
When to avoid
- your project is pure JVM or server-side Java with no Android dependency
- you already use Kotlin with @Parcelize or kotlinx.serialization
- you rely heavily on private-field serialization and cannot accept reflection overhead
Facets
library · maturity stable
serialization boilerplate sdk mobile-development android-tools developer-tools jvm annotation-processor parcelable code-generation android
1 source
- homepage: http://parceler.org · fetched 2026-08-29 · 63acb3ac8e62
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| johncarl81/parceler | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="johncarl81/parceler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem