{CompanyName} FlexyGo

ParamElement..::..Deserialize Method (String, ParamElement%, Exception%)

Deserializes workflow markup into an ParamElement object

Namespace:  FLEXYGO.Gipe
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public static bool Deserialize(
	string xml,
	ref ParamElement obj,
	ref Exception exception
)
Public Shared Function Deserialize ( _
	xml As String, _
	ByRef obj As ParamElement, _
	ByRef exception As Exception _
) As Boolean

Parameters

xml
Type: String
string workflow markup to deserialize
obj
Type: FLEXYGO.Gipe..::..ParamElement%
Output ParamElement object
exception
Type: Exception%
output Exception value if deserialize failed

Return Value

true if this XmlSerializer can deserialize the object; otherwise, false