|
SerializationBinderAttribute Constructor
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public SerializationBinderAttribute(
Type binderType
)
Public Sub New (
binderType As Type
)
Request Example
View SourceParameters
- binderType
- Type: SystemType
The binder to be used to deserialize objects of this type.
See Also