Метод | Описание | |
---|---|---|
Close ( ) : void |
Closes this stream and the underlying stream.
|
|
Flush ( ) : void |
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
|
|
UsonWriter ( TextWriter writer ) : System | ||
WriteComment ( string text ) : void | ||
WriteNull ( ) : void |
Writes a null value.
|
|
WritePropertyName ( string name ) : void |
Writes the property name of a name/value pair on a Json object.
|
|
WriteRaw ( string json ) : void | ||
WriteRawValue ( string json ) : void | ||
WriteStartArray ( ) : void |
Writes the beginning of a Json array.
|
|
WriteStartConstructor ( string name ) : void | ||
WriteUndefined ( ) : void |
Writes an undefined value.
|
|
WriteValue ( DateTime value ) : void | ||
WriteValue ( DateTimeOffset value ) : void | ||
WriteValue ( bool value ) : void |
Writes a T:System.Boolean value.
|
|
WriteValue ( byte value ) : void |
Writes a T:System.Byte value.
|
|
WriteValue ( char value ) : void |
Writes a T:System.Char value.
|
|
WriteValue ( decimal value ) : void |
Writes a T:System.Decimal value.
|
|
WriteValue ( double value ) : void |
Writes a T:System.Double value.
|
|
WriteValue ( float value ) : void |
Writes a T:System.Single value.
|
|
WriteValue ( int value ) : void |
Writes a T:System.Int32 value.
|
|
WriteValue ( long value ) : void |
Writes a T:System.Int64 value.
|
|
WriteValue ( sbyte value ) : void |
Writes a T:System.SByte value.
|
|
WriteValue ( short value ) : void |
Writes a T:System.Int16 value.
|
|
WriteValue ( string value ) : void |
Writes a T:System.String value.
|
|
WriteValue ( uint value ) : void |
Writes a T:System.UInt32 value.
|
|
WriteValue ( ulong value ) : void |
Writes a T:System.UInt64 value.
|
|
WriteValue ( ushort value ) : void |
Writes a T:System.UInt16 value.
|
|
WriteWhitespace ( string ws ) : void |
Writes out the given white space.
|
Метод | Описание | |
---|---|---|
WriteEnd ( JsonToken token ) : void |
Writes the specified end token.
|
|
WriteValueDelimiter ( ) : void |
Writes the JSON value delimiter.
|
Метод | Описание | |
---|---|---|
WriteValueInternal ( string value, JsonToken token ) : void |
public UsonWriter ( TextWriter writer ) : System | ||
writer | TextWriter | |
Результат | System |
public WriteComment ( string text ) : void | ||
text | string | |
Результат | void |
protected WriteEnd ( JsonToken token ) : void | ||
token | JsonToken | |
Результат | void |
public WritePropertyName ( string name ) : void | ||
name | string | |
Результат | void |
public WriteRawValue ( string json ) : void | ||
json | string | |
Результат | void |
public WriteStartConstructor ( string name ) : void | ||
name | string | |
Результат | void |
public WriteValue ( DateTime value ) : void | ||
value | DateTime | |
Результат | void |
public WriteValue ( DateTimeOffset value ) : void | ||
value | DateTimeOffset | |
Результат | void |
public WriteValue ( decimal value ) : void | ||
value | decimal | |
Результат | void |
public WriteValue ( uint value ) : void | ||
value | uint | The |
Результат | void |
public WriteWhitespace ( string ws ) : void | ||
ws | string | |
Результат | void |