NaiadWriter ClassNaiad Help

[This is preliminary documentation and is subject to change.]

Writes data in the Naiad message format to a Stream.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodNaiadWriter
Constructs a new writer targeting the given stream, and using the given serialization format.
Top
Methods

  NameDescription
Public methodDispose
Frees all resources associated with this writer.
Public methodFlush
Flushes any unwritten data to the underlying stream
Public methodWriteTElement(TElement)
Writes the given element to the stream.
Public methodWriteTElement(TElement, NaiadSerializationTElement)
Writes the given element to the stream, using a specific serializer.
Top
See Also

Reference