'Declaration
Public Overloads Function Deserialize( _ ByVal stream As System.IO.Stream, _ ByRef rootElementQName As System.Xml.XmlQualifiedName, _ Optional ByVal settings As LjReaderSettings _ ) As System.Object
public System.object Deserialize( System.IO.Stream stream, out System.Xml.XmlQualifiedName rootElementQName, LjReaderSettings settings )
Parameters
- stream
- The System.IO.Stream the data will be read fromThe System.IO.Stream the data will be read from
- rootElementQName
- settings