'Declaration
Public Overloads Function Deserialize( _ ByVal filename As System.String, _ Optional ByVal settings As LxReaderSettings _ ) As System.Object
public System.object Deserialize( System.string filename, LxReaderSettings settings )
Parameters
- filename
- The file the XML data will be read from
- settings
- A settings to control how the data is de-serialized
Return Value
The de-serialized object