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