C# Class Jayrock.Json.JsonImportingWriter

Inheritance: Jayrock.Json.JsonWriterBase
Datei anzeigen Open project: atifaziz/Jayrock Class Usage Examples

Protected Methods

Method 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

Method Description
Pop ( ) : void
Push ( ) : void
WriteValue ( object value ) : void

Method Details

WriteBooleanImpl() protected method

protected WriteBooleanImpl ( bool value ) : void
value bool
return void

WriteEndArrayImpl() protected method

protected WriteEndArrayImpl ( ) : void
return void

WriteEndObjectImpl() protected method

protected WriteEndObjectImpl ( ) : void
return void

WriteMemberImpl() protected method

protected WriteMemberImpl ( string name ) : void
name string
return void

WriteNullImpl() protected method

protected WriteNullImpl ( ) : void
return void

WriteNumberImpl() protected method

protected WriteNumberImpl ( string value ) : void
value string
return void

WriteStartArrayImpl() protected method

protected WriteStartArrayImpl ( ) : void
return void

WriteStartObjectImpl() protected method

protected WriteStartObjectImpl ( ) : void
return void

WriteStringImpl() protected method

protected WriteStringImpl ( string value ) : void
value string
return void