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