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.2.1.0 (0.2.1.0)
Syntax

public CustomDryadLinqSerializerAttribute(
	Type serializerType
)

Parameters

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

Reference