Click or drag to resize
Accord.NET (logo)

SerializationBinderAttribute Constructor

Initializes a new instance of the SerializationBinderAttribute class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public SerializationBinderAttribute(
	Type binderType
)
Request Example View Source

Parameters

binderType
Type: SystemType
The binder to be used to deserialize objects of this type.
See Also