Class AutoSafeParcelable.AutoCreator<T extends SafeParcelable>

  • All Implemented Interfaces:
    android.os.Parcelable.Creator<T>
    Enclosing class:
    AutoSafeParcelable

    public static class AutoSafeParcelable.AutoCreator<T extends SafeParcelable>
    extends java.lang.Object
    implements android.os.Parcelable.Creator<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoCreator​(java.lang.Class<T> tClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T createFromParcel​(android.os.Parcel parcel)  
      T[] newArray​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AutoCreator

        public AutoCreator​(java.lang.Class<T> tClass)
    • Method Detail

      • createFromParcel

        public T createFromParcel​(android.os.Parcel parcel)
        Specified by:
        createFromParcel in interface android.os.Parcelable.Creator<T extends SafeParcelable>
      • newArray

        public T[] newArray​(int i)
        Specified by:
        newArray in interface android.os.Parcelable.Creator<T extends SafeParcelable>