Interface Parcelable.ClassLoaderCreator<T>

All Superinterfaces:
Parcelable.Creator<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.ClassLoaderCreator<T> extends Parcelable.Creator<T>
Specialization of Parcelable.Creator that allows you to receive the ClassLoader the object is being created in.