Methods
(static) deserialize(serialized Form)
Parameters:
Name | Type | Description |
---|---|---|
serializedForm |
string | a string representation of the state of a component. May not be null. |
Returns:
a newly created instance of this class that has a state matching this serialized form.
serialize()
Returns:
a string representation of the current state of this component. May not be null.