I\'m trying to make my objects Parcelable. However, I have custom objects and those objects have ArrayList attributes of other custom objects I have made.
ArrayList
Android Parcelable code generator
public class Sample { int id; String name; }