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