public class PaymentFdParcelable extends FdParcelable<Payment>
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<PaymentFdParcelable> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
PaymentFdParcelable(Parcel in) |
PaymentFdParcelable(Payment value) |
public static final Parcelable.Creator<PaymentFdParcelable> CREATOR