Click or drag to resize
JsonEncoderEncode Method
Serializes JSON value into JSON string.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public void Encode(
	JsonValue value,
	TextWriter writer
)

Parameters

value
Type: Dextronet.JsonieJsonValue
Value which should be serialized.
writer
Type: System.IOTextWriter
Text writer to which JSON will be written.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurs.
ObjectDisposedExceptionThe writer is closed.
See Also