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

Serializer.Save Method

Saves an object to the AVData binary file with default compression.

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

Syntax

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

Parameters

Name Type Range Default Description
filePathstring
valueT

Function Overrides

See also