Exemplo n.º 1
0
 public void readTypedList <T>(java.util.List <T> list, android.os.ParcelableClass.Creator
                               <T> c)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 public T[] readTypedArray <T>(android.os.ParcelableClass.Creator <T> c)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 3
0
 public java.util.ArrayList <T> createTypedArrayList <T>(android.os.ParcelableClass.Creator
                                                         <T> c)
 {
     throw new System.NotImplementedException();
 }