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