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
Type Parameters
- T
- The .NET type to be serialized.
The IDryadLinqSerializerT type exposes the following members.
Methods
Name | Description | |
---|---|---|
Read |
Reads a record of type T from the specified reader.
| |
Write |
Writes a record of type T to the specified writer.
|
See Also