Skip to content

f7efc76a f51c 226e 14b8 3eaa1ec99596

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseModel(T).Deserialize Method (String, T, Exception)

Additional header content

Deserializes workflow markup into an BaseModel object

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static bool Deserialize(
	string xml,
	out T obj,
	out Exception exception
)

VB

Public Shared Function Deserialize ( 
	xml As String,
	<OutAttribute> ByRef obj As T,
	<OutAttribute> ByRef exception As Exception
) As Boolean

Parameters

 

xml
Type: System.String
string workflow markup to deserialize
obj
Type: T
Output BaseModel object
exception
Type: System.Exception
output Exception value if deserialize failed

Return Value

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

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseModel1.Deserialize(System.String,0@,System.Exception@)"]

See Also

Reference

BaseModel(T) Class
Deserialize Overload
iTin.Export.Model Namespace

Clone this wiki locally