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