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