public class DefaultExtensionSerializer extends Object implements ExtensionSerializer
| Constructor and Description |
|---|
DefaultExtensionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(XmlSchemaObject schemaObject,
Class<?> classOfType,
Node node)
serialize the given element
|
public void serialize(XmlSchemaObject schemaObject, Class<?> classOfType, Node node)
serialize in interface ExtensionSerializerschemaObject - - Parent schema elementclassOfType - - the class of the object to be serializednode - - The DOM Node that is the parent of the serialzationCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.