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