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