# johncarl81/parceler

:package: Android Parcelables made easy through code generation.

Repository: https://github.com/johncarl81/parceler
Canonical: https://ross.abutalabs.com/products/parceler
Homepage: http://parceler.org
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, android, android-parcelable, boilerplate, annotation-processor
Last push: 2026-07-09T20:29:27+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 35, longevity 100
- inputs: {"age_days": 4809, "days_push": 55, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3528, forks 272 (observed 2026-08-28T04:08:08.815482+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: serialization, boilerplate, sdk
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: annotation-processor, parcelable, code-generation, android

## Member repositories
- johncarl81/parceler (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:08.815482+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-29T18:35:08.870885+00:00, confidence not recorded.
  - homepage: http://parceler.org (fetched 2026-08-29T09:29:04.894037+00:00, sha 63acb3ac8e62)
- Data as of 2026-08-30T08:39:29.467469+00:00.
