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