public class ParcelableUtil
extends java.lang.Object
| Constructor and Description |
|---|
ParcelableUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
marshall(android.os.Parcelable parceable) |
static android.os.Parcel |
unmarshall(byte[] bytes) |
static <T extends android.os.Parcelable> |
unmarshall(byte[] bytes,
android.os.Parcelable.Creator<T> creator) |