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