Package de.xima.fc.helper
Class FormElementAdapter
- java.lang.Object
 - 
- com.google.gson.TypeAdapter<FormElement>
 - 
- de.xima.fc.helper.FormElementAdapter
 
 
 
- 
public class FormElementAdapter extends com.google.gson.TypeAdapter<FormElement>
 
- 
- 
Constructor Summary
Constructors Constructor Description FormElementAdapter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormElementread(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, FormElement formElement) 
 - 
 
- 
- 
Method Detail
- 
write
public void write(com.google.gson.stream.JsonWriter out, FormElement formElement) throws IOException- Specified by:
 writein classcom.google.gson.TypeAdapter<FormElement>- Throws:
 IOException
 
- 
read
public FormElement read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
 readin classcom.google.gson.TypeAdapter<FormElement>- Throws:
 IOException
 
 - 
 
 -