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

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -