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