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