bytesToParcelableList

public static List<T> bytesToParcelableList<T extends Parcelable>(Array<byte> data, 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.

Return

a new ArrayList object from the parcel at the current dataPosition().

Parameters

data

byte array

cls

Class