Closed mateusazis closed 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.
Parcelable.Creator
T
U
This mostly fixes #121 (aside from one pending TODO).
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).