You are here: Start » FIL.NET » Serializer.Save Method

Serializer.Save Method

Saves an object to the AVData binary file with user defined data compression.

Namespace:FilNet.Serialization
Assembly:FIL.NET.TS.dll

Syntax

public static void Save<T>
(
	string filePath,
	T value,
	uint compressionLevel
)

Parameters

Name Type Range Default Description
filePathstring
valueT
compressionLeveluintDefines the output data compression level. Allowed values are from range [0, 10], where 0 means no compression, 10 - the highest possible compression.

Possible Error

Error message: ''

Function Overrides

See also