[This is preliminary documentation and is subject to change.]
The NaiadWriter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Frees all resources associated with this writer.
| |
Flush |
Flushes any unwritten data to the underlying stream
| |
WriteTElement(TElement) |
Writes the given element to the stream.
| |
WriteTElement(TElement, NaiadSerializationTElement) |
Writes the given element to the stream, using a specific serializer.
|
See Also