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