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