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