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