ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDataSourceSerializer - ASP.NETCore API Reference | Syncfusion

    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 - 2021 Syncfusion Inc. All Rights Reserved