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