JsonNetSerializationConverterAdapter WriteJson Method | Glimpse API Documentation |
Writes the JSON representation of the object.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- writer
- Type: JsonWriter
The JsonWriter to write to.
- value
- Type: System Object
The value.
- serializer
- Type: JsonSerializer
The calling serializer.
See Also