Package de.xima.fc.helper
Class FormElementAdapter
java.lang.Object
com.google.gson.TypeAdapter<FormElement>
de.xima.fc.helper.FormElementAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread
(com.google.gson.stream.JsonReader in) void
write
(com.google.gson.stream.JsonWriter out, FormElement formElement) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
FormElementAdapter
public FormElementAdapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter out, FormElement formElement) throws IOException - Specified by:
write
in classcom.google.gson.TypeAdapter<FormElement>
- Throws:
IOException
-
read
- Specified by:
read
in classcom.google.gson.TypeAdapter<FormElement>
- Throws:
IOException
-