IDryadLinqSerializer T  Write 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.1.2.0 (0.1.2.0)
Syntax

void Write(
	DryadLinqBinaryWriter writer,
	T x
)
See Also