public interface KeySerializer extends ObjectWithProperties
XmlWriter.| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getLabel() |
String |
getName() |
String |
getWidth() |
void |
serialize(XmlWriter out,
Object object)
Serialize the value to the XML writer.
|
String |
toString(Object object) |
clearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakString getKey()
String getLabel()
String getName()
String getWidth()
void serialize(XmlWriter out, Object object)
out - The XML writer to serialize to.object - The object to get the value from.IOException - If there was an I/O error serializing the value.Copyright © 2015 Revolution Systems Inc.. All rights reserved.