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