public abstract class AbstractLayoutNodeSerializer extends java.lang.Object implements ISerializer
| Constructor and Description |
|---|
AbstractLayoutNodeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LayoutNode |
createLayoutNode() |
java.lang.Object |
deserialize(org.w3c.dom.Element element) |
protected abstract org.w3c.dom.Element |
getElement(org.w3c.dom.Document document,
java.lang.Object o) |
org.w3c.dom.Element |
serialize(org.w3c.dom.Document document,
java.lang.Object object) |
public org.w3c.dom.Element serialize(org.w3c.dom.Document document,
java.lang.Object object)
serialize in interface ISerializerprotected abstract org.w3c.dom.Element getElement(org.w3c.dom.Document document,
java.lang.Object o)
public java.lang.Object deserialize(org.w3c.dom.Element element)
deserialize in interface ISerializerprotected abstract LayoutNode createLayoutNode()