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