IAutomationXMLSerializeToFile(IFileData, Object) Method

Serialize a file with PCBI standard settings.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool XMLSerializeToFile(
	IFileData xmlFile,
	Object serializableObject
)

Parameters

xmlFile  IFileData
The xml file path as IFileData object.
serializableObject  Object
The class to serialize.

Return Value

Boolean
True if it has worked.

See Also