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