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