menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Interface IDataSourceSerializer

    Namespace: Syncfusion.JavaScript.Shared.Serializer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public interface IDataSourceSerializer

    Methods

    Serialize(Object)

    Declaration
    string Serialize(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.String

    Serialize(Object, Object)

    Declaration
    string Serialize(object obj, object settings)
    Parameters
    Type Name Description
    System.Object obj
    System.Object settings
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved