CustomDryadLinqSerializerAttribute Constructor DryadLINQ documentation
Initializes an instance of CustomDryadLinqSerializer attribute.

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

public CustomDryadLinqSerializerAttribute(
	Type serializerType
)

Parameters

serializerType
Type: System Type
A type that implements IDryadLinqSerializer{T}, where T is the .NET type to be serialized.
See Also