rharter / auto-value-parcel

An Android Parcelable extension for Google's AutoValue.
Apache License 2.0
655 stars 64 forks source link

Support serializable and parcelable fields with generic arguments. #159

Closed mateusazis closed 1 year ago

mateusazis commented 1 year ago

Allow the generated Parcelable.Creator implementation to read these fields without referencing the argument types (T, U etc.) from a static context.

This mostly fixes #121 (aside from one pending TODO).