ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class
Members

In This Topic
    JsonWriter Class
    In This Topic
    Serialize an object to a json text.
    Object Model
    JsonWriter Class
    Syntax
    'Declaration
     
    Public NotInheritable Class JsonWriter 
       Inherits C1.Web.Mvc.Serialization.BaseWriter
       Implements IJsonOperation 
    public sealed class JsonWriter : C1.Web.Mvc.Serialization.BaseWriter, IJsonOperation  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Serialization.Operation
          C1.Web.Mvc.Serialization.BaseWriter
             C1.JsonNet.JsonWriter

    See Also