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