VisibilityConditionConfigurationJsonConverterReadJson Method |
Reads the JSON representation of the object for visibility condition.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public override Object ReadJson(
JsonReader reader,
Type objectType,
Object existingValue,
JsonSerializer serializer
)
Parameters
- reader
- Type: JsonReader
Reader that provides access to serialized JSON data. - objectType
- Type: SystemType
Type of the object. - existingValue
- Type: SystemObject
The existing value of the object being read. - serializer
- Type: JsonSerializer
The calling serializer.
Return Value
Type:
ObjectSee Also