Object TimestampData.CREATOR
-
- All Implemented Interfaces:
-
android.os.Parcelable.Creator
public class TimestampData.CREATOR implements Parcelable.Creator<TimestampData>
-
-
Field Summary
Fields Modifier and Type Field Description public final static TimestampData.CREATOR
INSTANCE
-
Method Summary
Modifier and Type Method Description TimestampData
createFromParcel(Parcel parcel)
Array<TimestampData>
newArray(Integer size)
-
-
Method Detail
-
createFromParcel
TimestampData createFromParcel(Parcel parcel)
-
newArray
Array<TimestampData> newArray(Integer size)
-
-
-
-