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