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