Skip to main content
Version: 4.2.5

Deserialize XML to AS2 object

Description

Deserializes an XML to an AS2 object.

note

This activity is only to be used for instances of IAS2Message and IAS2MDN.

Assembly: iCore.Workflow.Activities.AS2
Category: AS2

Type parameters

NameDescription
TThe resulting type.

Arguments

NameTypeDescription
SourceStreamThe stream to read the XML data from.
ObjectTypeObjectThe type of object to deserialize to.
Close streamsBooleanIf set to True, the source stream is closed after the AS2 object has been deserialized.
ResultTThe resulting object of type T.

See Also

Serialize AS2 object to XML