public class BuilderMethodSerializer extends AbstractKeySerializer implements TypeSerializer
HtmlUiBuilder.| Constructor and Description |
|---|
BuilderMethodSerializer() |
BuilderMethodSerializer(String name,
HtmlUiBuilder<?> builder,
Method method)
Construt a new HtmlUiBuilderMethodSerializer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(XmlWriter out,
Object value)
Serialize the value to the XML writer.
|
getKey, getLabel, getName, getWidth, setKey, setLabel, setName, setWidth, toStringclearProperties, close, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic BuilderMethodSerializer()
public BuilderMethodSerializer(String name, HtmlUiBuilder<?> builder, Method method)
builder - The HTML UI Builder the method is on.method - The serializer method.public void serialize(XmlWriter out, Object value)
serialize in interface KeySerializerserialize in interface TypeSerializerout - The XML writer to serialize to.value - 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.