Writes the JSON representation of the object.
Namespace: CMS.Helpers.JsonConvertersAssembly: 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: System Object
The value.
- serializer
- Type: JsonSerializer
The calling serializer.
See Also