Hi i have problem with a class i want to pass in an intent by putting it into the putExtras() Its serializable and the code looks like this:
public abstract
The ObjectA in ArrayList should implements the interface Parcelable. After that you can put your arraylists in the intent, and get them in another activity.
ObjectA
ArrayList
Parcelable