C# Class Accord.SerializationBinderAttribute

Inheritance: System.Attribute
Mostra file Open project: accord-net/framework

Public Methods

Method Description
SerializationBinderAttribute ( Type binderType ) : Accord.IO

Initializes a new instance of the SerializationBinderAttribute class.

Method Details

SerializationBinderAttribute() public method

Initializes a new instance of the SerializationBinderAttribute class.
public SerializationBinderAttribute ( Type binderType ) : Accord.IO
binderType System.Type The binder to be used to deserialize objects of this type.
return Accord.IO