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