C# 클래스 Accord.SerializationBinderAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
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