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