Interface Parcelable.Creator<T>

All Known Subinterfaces:
Parcelable.ClassLoaderCreator<T>
Enclosing interface:
Parcelable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Parcelable.Creator<T>
Interface that must be implemented and provided as a public CREATOR field that creates instances of your Parcelable class from a Parcel.