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