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