public static interface Serializer.VersionMigration<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getFrom() |
int |
getTo() |
java.lang.Class<?> |
getType() |
void |
read(android.os.Parcel parcel,
T result) |
void read(android.os.Parcel parcel,
T result)
throws java.lang.Exception
java.lang.Exceptionjava.lang.Class<?> getType()
int getFrom()
int getTo()