C# Class Jayrock.Json.JsonImportingWriter

Inheritance: Jayrock.Json.JsonWriterBase
Afficher le fichier Open project: atifaziz/Jayrock Class Usage Examples

Méthodes protégées

Méthode Description
WriteBooleanImpl ( bool value ) : void
WriteEndArrayImpl ( ) : void
WriteEndObjectImpl ( ) : void
WriteMemberImpl ( string name ) : void
WriteNullImpl ( ) : void
WriteNumberImpl ( string value ) : void
WriteStartArrayImpl ( ) : void
WriteStartObjectImpl ( ) : void
WriteStringImpl ( string value ) : void

Private Methods

Méthode Description
Pop ( ) : void
Push ( ) : void
WriteValue ( object value ) : void

Method Details

WriteBooleanImpl() protected méthode

protected WriteBooleanImpl ( bool value ) : void
value bool
Résultat void

WriteEndArrayImpl() protected méthode

protected WriteEndArrayImpl ( ) : void
Résultat void

WriteEndObjectImpl() protected méthode

protected WriteEndObjectImpl ( ) : void
Résultat void

WriteMemberImpl() protected méthode

protected WriteMemberImpl ( string name ) : void
name string
Résultat void

WriteNullImpl() protected méthode

protected WriteNullImpl ( ) : void
Résultat void

WriteNumberImpl() protected méthode

protected WriteNumberImpl ( string value ) : void
value string
Résultat void

WriteStartArrayImpl() protected méthode

protected WriteStartArrayImpl ( ) : void
Résultat void

WriteStartObjectImpl() protected méthode

protected WriteStartObjectImpl ( ) : void
Résultat void

WriteStringImpl() protected méthode

protected WriteStringImpl ( string value ) : void
value string
Résultat void