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