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