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