Click or drag to resize

FndStorage.Serialize Method (Object, String, Boolean)

Serializes an object into a binary document.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static void Serialize(
	Object obj,
	string filename,
	bool useMachineStore
)

Parameters

obj
Type: System.Object
The object to serialize.
filename
Type: System.String
File name for saving the serialized object.
useMachineStore
Type: System.Boolean
Use machine store other than user store.
See Also