You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > TraceJsonWriter Class > TraceJsonWriter Methods
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
TraceJsonWriter Methods

The methods of the TraceJsonWriter class are listed here.

 
Name 
Description 
 
protected override void WriteIndentSpace() { _textWriter.WriteIndentSpace(); _innerWriter.WriteIndentSpace(); base.WriteIndentSpace(); 
 
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.  
 
This is GetJson, a member of class TraceJsonWriter. 
 
protected override void WriteIndent() { base.WriteIndent(); 
 
Writes the end of an array.  
 
Writes the end constructor.  
 
Writes the end of a JSON object.  
 
Writes a null value.  
 
This is the overview for the WritePropertyName method overload. 
 
Writes raw JSON without changing the writer's state.  
 
Writes raw JSON where a value is expected and updates the writer's state.  
 
protected override void WriteEnd(JsonToken token) { base.WriteEnd(token); 
 
Writes the start of a constructor with the given name.  
 
Writes the beginning of a JSON object.  
 
Writes an undefined value.  
 
This is the overview for the WriteValue method overload. 
 
Writes out the given white space.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.