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