AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageImageElementConverter..::..ReadJson Method

Reads the JSON representation of the object.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)

Parameters

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

Return Value

The object value.