java - Using Android Parcelable with nested objects? -


i have class have implemented parcelable. in class using list of objects jar. wondering how can write list without being able implement parcelable on someobject. class seems writetoparcel fine when reading in having issues. great.

thanks

if performance not big of deal, (if jar's class implements serializable) call writeserializable() on parcel.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -