ResourceStringConverter ReadJson Method Kentico 8.0 API Reference
Reads 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

reader
Type: JsonReader
The JsonReader to read from.
objectType
Type: OnlineSystem Type
Type of the object.
existingValue
Type: OnlineSystem Object
The existing value of object being read.
serializer
Type: JsonSerializer
The calling serializer.

Return Value

Type: OnlineObject
The object value.
See Also