'Declaration
Public Overloads Function Deserialize( _ ByVal filename As System.String, _ Optional ByVal settings As LxReaderSettings _ ) As T
public T 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 objectA new instance of T loaded with data from the xmlReader