public class PaymentReceiptsSerializer extends java.lang.Object implements com.google.gson.JsonSerializer<java.util.List<PaymentReceipt>>
| Constructor and Description |
|---|
PaymentReceiptsSerializer(java.lang.String dRxGLN,
java.lang.String merchantId,
java.lang.String userGuid) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
serialize(java.util.List<PaymentReceipt> paymentReceipts,
java.lang.reflect.Type type,
com.google.gson.JsonSerializationContext jsc) |
public PaymentReceiptsSerializer(java.lang.String dRxGLN,
java.lang.String merchantId,
java.lang.String userGuid)
public com.google.gson.JsonElement serialize(java.util.List<PaymentReceipt> paymentReceipts, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext jsc)
serialize in interface com.google.gson.JsonSerializer<java.util.List<PaymentReceipt>>