Ross ROSS = Recommend OSS · open-source software intelligence for agents

frankiesardo/auto-parcel

Android Parcelable models made easy observed · 2026-08-28

github.com/frankiesardo/auto-parcel · Clojure · EPL-1.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 4556
  • days_rel: n/a
  • days_push: 3489
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1358 stars · 83 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

AutoParcel is an AutoValue extension that automatically generates Parcelable implementations for annotated Java model classes on Android. It eliminates Parcelable boilerplate while also providing equals, hashCode, and toString.

Use cases

  • generate parcelable models for android
  • remove parcelable boilerplate from value classes
  • auto-generate equals hashcode and tostring
  • make autovalue classes parcelable
  • simplify passing models between android activities

When to choose

  • you use AutoValue and need Parcelable support on Android
  • you want to eliminate hand-written Parcelable boilerplate in Java models

When to avoid

  • you use Kotlin (use @Parcelize or data classes instead)
  • you need an actively maintained library (last release 2017)
  • your project doesn't already use AutoValue annotation processing

Facets

library · maturity abandoned

serialization boilerplate mobile-development android-tools developer-tools jvm autovalue-extension parcelable annotation-processing code-generation android

1 source

Member repositories

RepositoryRoleHealth v2
frankiesardo/auto-parcelmain23

For agents

markdown · JSON · MCP: product_card(name="frankiesardo/auto-parcel")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem