NODETYPE - The node type to be serialized.public interface IXMLSerializer<NODETYPE>
| Modifier and Type | Method and Description |
|---|---|
void |
write(NODETYPE aNode,
OutputStream aOS)
Write the specified node to the specified
OutputStream. |
void |
write(NODETYPE aNode,
Writer aWriter)
Write the specified node to the specified
Writer. |
void write(@Nonnull NODETYPE aNode, @Nonnull@WillNotClose OutputStream aOS)
OutputStream.aNode - The node to write. May not be null.aOS - The stream to serialize onto. May not be null.Copyright © 2006–2015 phloc systems. All rights reserved.