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