public interface ModifiableFormElement
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.google.gson.JsonElement element)
Deserialize the element from a json element.
|
com.google.gson.JsonElement |
serialize()
Serialize the element to a json element.
|
@Nullable com.google.gson.JsonElement serialize()
void deserialize(com.google.gson.JsonElement element)
throws com.google.gson.JsonParseException
element - The serialized elementcom.google.gson.JsonParseException - If the element is not valid