AutomationObjectTDeserialize Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Deserialize this AutomationObject to a jsonString TODO: Should this be a static method?

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual Object Deserialize(
	string jsonString
)

Parameters

jsonString
Type: SystemString
The Json string to deserialize

Return Value

Type: Object
The deserialize object

Implements

IAutomationPeerDeserialize(String)
See Also

Reference