readFromParcel

public static String readFromParcel(Parcel in)

Reads String type data from Parcel

Return

String type data

Parameters

in

Parcel


public static T readFromParcel<T extends Parcelable>(Parcel in, Class<T> cls)

Read and return a new Parcelable from the parcel.

Return

Returns the newly created Parcelable, or null if a null object has been written.

Parameters

in

Parcel

cls

Class