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