You are here: Start » AVLDL.SaveObject Method

AVLDL.SaveObject Method

Namespace:AvlNet.DeepLearning
Assembly:AvlDl.Net.dll

Syntax

public static void SaveObject<T>
(
	string inFile,
	T inObject,
	int inCompressionLevel
)

Parameters

Name Type Range Default Description
inFilestringDestination file path.
inObjectTObject to save.
inCompressionLevelint

Function Overrides

See also