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