Yelp / parcelgen

Helpful tool to make data objects easier for Android
Other
65 stars 35 forks source link

Fix parcelgen not parcelling collections properly. #33

Closed jbrick closed 8 years ago

jbrick commented 8 years ago

Using the typed methods assumes every item in the collection is of the same class, and doesn't save the class names to the parcel. This falls apart if you have items in a list from separate classes that have the same base class or interface.

tmelz commented 8 years ago

LGTM. Thanks for doing the research and testing on this. Will you make sure your description makes it into the commit message?