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