public class ParcelableUtils
extends java.lang.Object
| Constructor and Description |
|---|
ParcelableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toByteArray(android.os.Parcelable parcelable) |
static <T> T |
toParcelable(byte[] bytes,
android.os.Parcelable.Creator<T> creator) |