-
public class ParcelableUtil
-
-
Method Summary
Modifier and Type Method Description static Array<byte>
marshall(Parcelable parcelable)
static Parcel
unmarshall(Array<byte> bytes)
static <T> T
unmarshall(Array<byte> bytes, Parcelable.Creator<T> creator)
-
-
Method Detail
-
marshall
static Array<byte> marshall(Parcelable parcelable)
-
unmarshall
static Parcel unmarshall(Array<byte> bytes)
-
unmarshall
static <T> T unmarshall(Array<byte> bytes, Parcelable.Creator<T> creator)
-
-
-
-