menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class NewtonsoftSerializer

    Inheritance
    System.Object
    NewtonsoftSerializer
    Implements
    IDataSourceSerializer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Shared.Serializer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class NewtonsoftSerializer : IDataSourceSerializer

    Constructors

    NewtonsoftSerializer()

    Declaration
    public NewtonsoftSerializer()

    Methods

    Serialize(Object)

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

    Serialize(Object, Object)

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

    Implements

    IDataSourceSerializer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved