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


In This Topic
    JsonWriter Class Members
    In This Topic

    The following tables list the members exposed by JsonWriter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the JsonWriter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the context object. (Inherited from C1.Web.Mvc.Serialization.Operation)
    Public PropertyGets the json settings.  
    Top
    Public Methods
     NameDescription
    Public MethodDispose the resources. (Inherited from C1.Web.Mvc.Serialization.Operation)
    Public MethodEnd the scope.  
    Public MethodStart the scope for an array.  
    Public MethodStart the scope for a new object.  
    Public MethodSerialize a name for a property.  
    Public MethodWrites the object. (Inherited from C1.Web.Mvc.Serialization.BaseWriter)
    Public MethodSerialize a name for a property.  
    Public MethodSerialize a text.  
    Public MethodWrites a text value. (Inherited from C1.Web.Mvc.Serialization.BaseWriter)
    Public MethodSerialize the specified object.  
    Top
    See Also