'Declaration
Public Overloads Function Deserialize( _ ByVal stream As System.IO.Stream, _ ByRef rootElementQName As System.Xml.XmlQualifiedName, _ Optional ByVal settings As LxReaderSettings _ ) As System.Object
public System.object Deserialize( System.IO.Stream stream, out System.Xml.XmlQualifiedName rootElementQName, LxReaderSettings settings )
Parameters
- stream
- The System.IO.Stream the data will be read from
- rootElementQName
- The qualified name of the root element (useful when the root element contains an xsi:type attribute and the class returned is attributed with LiquidTechnologies.XmlObjects.Attribution.LxComplexTypeDefinitionAttribute), in which case the value of rootElementQName will be needed in Serialize
- settings
- A settings to control how the data is de-serialized
Return Value
The de-serialized object