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