alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CustomSerializationBinder

    Inheritance
    System.Object
    CustomSerializationBinder
    Namespace: Syncfusion.Runtime.Serialization
    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
    Type
    System.Type
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved