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