Click or drag to resize

MessageIdJsonConverterWriteJson Method

[This is preliminary documentation and is subject to change.]

Writes the JSON representation of the object.

Namespace:  JsonRpc.Messages
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)

Parameters

writer
Type: JsonWriter
The JsonWriter to write to.
value
Type: SystemObject
The value.
serializer
Type: JsonSerializer
The calling serializer.
See Also