You are here: Start » Serializer.Load Method

Serializer.Load Method

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