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