IDryadLinqSerializerTWrite Method DryadLINQ documentation
Writes a record of type T to the specified writer.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

void Write(
	DryadLinqBinaryWriter writer,
	T x
)

Parameters

writer
Type: Microsoft.Research.DryadLinqDryadLinqBinaryWriter
The writer to write to.
x
Type: T
The record to write.
See Also

Reference