C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class


In This Topic
JsonWriter Class Methods
In This Topic

For a list of all members of this type, see JsonWriter members.

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