URLConverter WriteJson Method Kentico 8.1 API Reference
Writes the JSON representation of the object.

Namespace: CMS.Helpers.JsonConverters
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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