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