C# Класс Accord.SerializationBinderAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
SerializationBinderAttribute ( Type binderType ) : Accord.IO

Initializes a new instance of the SerializationBinderAttribute class.

Описание методов

SerializationBinderAttribute() публичный Метод

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.
Результат Accord.IO