public class EntityParceler<T>
extends java.lang.Object
Parcel.readValue(ClassLoader) and Parcel.writeValue(Object). If using a field
that doesn't support those you must implement the parcelable interface in the object.| Constructor and Description |
|---|
EntityParceler(io.requery.meta.Type<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(T entity,
android.os.Parcel out) |