public class PaymentInfoBundlePacker extends java.lang.Object implements IBundlePacker<PaymentInfo>
| Constructor and Description |
|---|
PaymentInfoBundlePacker() |
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
pack(PaymentInfo entity) |
PaymentInfo |
unpack(android.os.Bundle bundle) |
public PaymentInfo unpack(android.os.Bundle bundle)
unpack in interface IBundlePacker<PaymentInfo>public android.os.Bundle pack(PaymentInfo entity)
pack in interface IBundlePacker<PaymentInfo>