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