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)
Syntaxpublic 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