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