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