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