Name | Description | |
---|---|---|
JsonWriter Constructor | Initializes a new instance of the JsonWriter class. |
The following tables list the members exposed by JsonWriter.
Name | Description | |
---|---|---|
JsonWriter Constructor | Initializes a new instance of the JsonWriter class. |
Name | Description | |
---|---|---|
Context | Gets the context object. (Inherited from C1.Web.Mvc.Serialization.Operation) | |
JsonSetting | Gets the json settings. |
Name | Description | |
---|---|---|
Dispose | Dispose the resources. (Inherited from C1.Web.Mvc.Serialization.Operation) | |
EndScope | End the scope. | |
StartArrayScope | Start the scope for an array. | |
StartObjectScope | Start the scope for a new object. | |
WriteName | Serialize a name for a property. | |
WriteObject | Writes the object. (Inherited from C1.Web.Mvc.Serialization.BaseWriter) | |
WriteRawName | Serialize a name for a property. | |
WriteRawValue | Serialize a text. | |
WriteText | Writes a text value. (Inherited from C1.Web.Mvc.Serialization.BaseWriter) | |
WriteValue | Serialize the specified object. |