[This is preliminary documentation and is subject to change.]
Reads data written in the Naiad message format from a Stream.
Inheritance Hierarchy
Microsoft.Research.Naiad.SerializationNaiadReader
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 NaiadReader : IDisposable
The NaiadReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NaiadReader |
Constructs a new NaiadReader that consumes data from the given stream and uses the given
serialization format.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Frees all resources associated with this reader.
| |
ReadTElement |
Reads an element from the stream.
| |
ReadTElement(NaiadSerializationTElement) |
Reads an element from the stream, using a specific deserializer.
| |
TryReadTElement |
Tries to read an element from the stream.
|
See Also