Class CustomSerializationBinder
Inheritance
System.Object
CustomSerializationBinder
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class CustomSerializationBinder : SerializationBinder
Constructors
CustomSerializationBinder()
Declaration
public CustomSerializationBinder()
Properties
AssemblyNamesVsAssembly
Declaration
public Hashtable AssemblyNamesVsAssembly { get; }
Property Value
| Type |
| System.Collections.Hashtable |
TypeNamesVsAssembly
Declaration
public Hashtable TypeNamesVsAssembly { get; }
Property Value
| Type |
| System.Collections.Hashtable |
TypeNameVsTypeName
Declaration
public Hashtable TypeNameVsTypeName { get; }
Property Value
| Type |
| System.Collections.Hashtable |
Methods
BindToType(String, String)
Declaration
public override Type BindToType(string assemblyName, string typeName)
Parameters
| Type |
Name |
Description |
| System.String |
assemblyName |
|
| System.String |
typeName |
|
Returns