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