readListFromParcel

public static ArrayList<T> readListFromParcel<T>(Parcel in, Class<T> cls)

Read and return a new ArrayList object from the parcel at the current dataPosition(). Returns null if the previously written list object was null. The given class loader will be used to load any enclosed Parcelables.

Parameters

in

Parcel

cls

Class