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