C# Class Accord.SerializationBinderAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
SerializationBinderAttribute ( Type binderType ) : Accord.IO

Initializes a new instance of the SerializationBinderAttribute class.

Method Details

SerializationBinderAttribute() public méthode

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.
Résultat Accord.IO