Package model
Class PaymentInstrumentToken.PayloadTypeEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<PaymentInstrumentToken.PayloadTypeEnum>
-
- model.PaymentInstrumentToken.PayloadTypeEnum.Adapter
-
- Enclosing class:
- PaymentInstrumentToken.PayloadTypeEnum
public static class PaymentInstrumentToken.PayloadTypeEnum.Adapter extends com.google.gson.TypeAdapter<PaymentInstrumentToken.PayloadTypeEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentInstrumentToken.PayloadTypeEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrumentToken.PayloadTypeEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrumentToken.PayloadTypeEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<PaymentInstrumentToken.PayloadTypeEnum>- Throws:
IOException
-
read
public PaymentInstrumentToken.PayloadTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<PaymentInstrumentToken.PayloadTypeEnum>- Throws:
IOException
-
-