I have an android project where I have a class. In that class is an ArrayList. I will be getting some XML, parsing it out, then making objects ou
ArrayList
Use:
in.createTypedArrayList(Product.CREATOR)
In the constructor that takes a Parable object as a param.
In the writeToParcel method use dest.writeTypedList(product);
dest.writeTypedList(product);