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

Serializer.Load Method

Loads an object from the AVData binary file.

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

Syntax

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

Parameters

Name Type Range Default Description
filePathstring
valueFilNet.INullable<T>

Function Overrides

See also