RootElement..::..Deserialize Method (String, RootElement%, Exception%)
Deserializes workflow markup into an RootElement object
Namespace:
FLEXYGO.GipeAssembly: flxEntity (in flxEntity.dll)
Syntax
public static bool Deserialize( string xml, ref RootElement obj, ref Exception exception )
Public Shared Function Deserialize ( _ xml As String, _ ByRef obj As RootElement, _ ByRef exception As Exception _ ) As Boolean
Parameters
- xml
- Type: String
string workflow markup to deserialize
- obj
- Type: FLEXYGO.Gipe..::..RootElement%
Output RootElement object
- exception
- Type: Exception%
output Exception value if deserialize failed