public interface XmlObjectSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
close(boolean closeUnderlyingStream)
Adds document end tag and optinally closes the underlying stream
|
void |
flush()
Flushes the underlying stream.
|
void |
writeObject(Object object)
Writes the next object to the stream.
|
void writeObject(Object object)
object - The object to write.ConnectorException - if there is more than one object and this is not configured for multi-object document.for a list of supported types.void flush()
void close(boolean closeUnderlyingStream)
Copyright © 2022. All rights reserved.