Writes a record of type T to the specified writer.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- writer
- Type: Microsoft.Research.DryadLinq DryadLinqBinaryWriter
The writer to write to.
- x
- Type: T
The record to write.
See Also