C# Class Newtonsoft.Json.Tests.CustomJsonTextWriter

Inheritance: Newtonsoft.Json.JsonTextWriter
Afficher le fichier Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Méthodes publiques

Méthode Description
CustomJsonTextWriter ( TextWriter textWriter ) : System
WriteEndObject ( ) : void
WriteNull ( ) : void
WritePropertyName ( string name ) : void
WritePropertyName ( string name, bool escape ) : void
WriteStartObject ( ) : void

Méthodes protégées

Méthode Description
WriteEnd ( Xunit.JsonToken token ) : void

Method Details

CustomJsonTextWriter() public méthode

public CustomJsonTextWriter ( TextWriter textWriter ) : System
textWriter System.IO.TextWriter
Résultat System

WriteEnd() protected méthode

protected WriteEnd ( Xunit.JsonToken token ) : void
token Xunit.JsonToken
Résultat void

WriteEndObject() public méthode

public WriteEndObject ( ) : void
Résultat void

WriteNull() public méthode

public WriteNull ( ) : void
Résultat void

WritePropertyName() public méthode

public WritePropertyName ( string name ) : void
name string
Résultat void

WritePropertyName() public méthode

public WritePropertyName ( string name, bool escape ) : void
name string
escape bool
Résultat void

WriteStartObject() public méthode

public WriteStartObject ( ) : void
Résultat void