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