Deserializes a business object from an XML string. The method takes an existing business object instance and an XML string and updates the business object with the values stored in the XML string.
[Visual Basic] Sub DeserializeDataSourceFromSwfXml( _ ByVal swfXml As String, _ ByVal dataSource As Object _ )
The XML string containing updated values to be merged with dataSource.
dataSource
The instance of the business object which will be updated with the values of swfXml.
Remarks
swfXml is returned from the WebLoader component and contains the changes the user has made in the Flash form.
This method is only used in conjunction with the WebLoader component. Use the LoaderControl or the LoaderForm components to display business object values in a Windows Form environment.
SWF is the file extension of Macromedia Flash files. These are used by the WebLoader component to display an IForm in a Web page.