You are here: Start » AVL.NET » AVL.SaveObject

AVL.SaveObject

Saves an object to the file with the given compression

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inFilestringDestination file path.
inObjectTObject to save.
inCompressionLevelintCompression level from range <0, 10>

Function Overrides

See also