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