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