android.os
Interface Parcelable.ClassLoaderCreator<T>

All Superinterfaces:
Parcelable.Creator<T>
Enclosing interface:
Parcelable

public static interface Parcelable.ClassLoaderCreator<T>
extends Parcelable.Creator<T>


Method Summary
 T createFromParcel(Parcel source, ClassLoader loader)
           
 
Methods inherited from interface android.os.Parcelable.Creator
createFromParcel, newArray
 

Method Detail

createFromParcel

T createFromParcel(Parcel source,
                   ClassLoader loader)


Copyright © 2008-2012. All Rights Reserved.