public class ParcelableUtils
Modifier and Type | Field and Description |
---|---|
static ParcelableUtils |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static void |
readExpand(android.os.Parcel parcel,
int version,
kotlin.jvm.functions.Function2<? super android.os.Parcel,? super java.lang.Integer,kotlin.Unit> reader) |
static void |
writeExpand(android.os.Parcel parcel,
int version,
kotlin.jvm.functions.Function1<? super android.os.Parcel,kotlin.Unit> writer) |
public static ParcelableUtils INSTANCE
public static void writeExpand(android.os.Parcel parcel, int version, kotlin.jvm.functions.Function1<? super android.os.Parcel,kotlin.Unit> writer)
public static void readExpand(android.os.Parcel parcel, int version, kotlin.jvm.functions.Function2<? super android.os.Parcel,? super java.lang.Integer,kotlin.Unit> reader)