I have a class that I have implemented Parcelable. In that class I am using a list of objects from a jar. I was wondering how I can write that List without being able to implement parcelable on the someObject. Currently my class seems to writeToParcel fine it is when I am reading it back in that I am having issues. Any help would be great.
Thanks