Click or drag to resize
ResourceStringConverterReadJson Method
Reads the JSON representation of the object.

Namespace: CMS.Helpers.JsonConverters
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)

Parameters

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

Return Value

Type: Object
The object value.
See Also