IDryadLinqSerializerT InterfaceDryadLINQ documentation
The interface for providing user-defined serialization for a .NET type. If a class T implements DryadLinqSerializer{T}, DryadLinq will use the read and write methods of the class to do serialization.

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

public interface IDryadLinqSerializer<T>

Type Parameters

T
The .NET type to be serialized.

The IDryadLinqSerializerT type exposes the following members.

Methods

  NameDescription
Public methodRead
Reads a record of type T from the specified reader.
Public methodWrite
Writes a record of type T to the specified writer.
Top
See Also

Reference