'Declaration
Public Overloads Function Deserialize( _ ByVal filename As System.String, _ Optional ByVal settings As LjReaderSettings _ ) As System.Object
public System.object Deserialize( System.string filename, LjReaderSettings 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