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