Declaration
public static T DeserializeFile<T>(
string filename,
ClassifyOptions options = null
)
Summary
Reconstructs an object of the specified type from the specified file.
Generic type parameters
T |
Type of object to read. |
Parameters
string | filename |
Path and filename of the file to read from. |
ClassifyOptions | options |
Options. |
Returns
A new instance of the requested type.