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