WriteJson Method

Glimpse API

JsonNetConverterDictionaryKeysAreNotPropertyNames WriteJson Method Glimpse API Documentation
Writes the JSON representation of the object.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)
public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)

Parameters

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