java.lang.Object
org.xmlobjects.util.composite.CompositeObjectSerializer<T>
- All Implemented Interfaces:
ObjectSerializer<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeElement(Element element, T object, Namespaces namespaces, XMLWriter writer) voidwriteChildElements(T object, Namespaces namespaces, XMLWriter writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xmlobjects.serializer.ObjectSerializer
createElement
-
Constructor Details
-
CompositeObjectSerializer
-
-
Method Details
-
initializeElement
public void initializeElement(Element element, T object, Namespaces namespaces, XMLWriter writer) throws ObjectSerializeException, XMLWriteException - Specified by:
initializeElementin interfaceObjectSerializer<T>- Throws:
ObjectSerializeExceptionXMLWriteException
-
writeChildElements
public void writeChildElements(T object, Namespaces namespaces, XMLWriter writer) throws ObjectSerializeException, XMLWriteException - Specified by:
writeChildElementsin interfaceObjectSerializer<T>- Throws:
ObjectSerializeExceptionXMLWriteException
-