Click or drag to resize
Accord.NET (logo)

SerializerLoadT Method (String)

Loads an object from a file.

Namespace:  Accord.IO
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static T Load<T>(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path to the file from which the object is to be deserialized.

Type Parameters

T

Return Value

Type: T
The deserialized object.
See Also