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