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