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