ResourceStringConverter WriteJson Method Kentico 8.0 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.0.5239.26125)

Parameters

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