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
Post a Comment