ArrayList cannot be cast to Parcelable
问题 I get following Errors: Key com..BookStatus expected Parcelable but value was a ArrayList ClassCastException: ArrayList cannot be cast to Parcelable -> and therafter: Unable to start Activity - NullPointerException the ArrayList do have values of BookStatus Objects (listToPass) Key com.example.books.BookStatus expected Parcelable but value was a java.util.ArrayList. The default value was returned Attempt to cast generated internal exception: java.lang.ClassCastException: java.util.ArrayList