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