[This is preliminary documentation and is subject to change.]
Writes data in the Naiad message format to a Stream.
Inheritance Hierarchy
Microsoft.Research.Naiad.SerializationNaiadWriter
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class NaiadWriter : IDisposable, IFlushable
The NaiadWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NaiadWriter |
Constructs a new writer targeting the given stream, and using the given serialization format.
|
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