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