This is an override for the method that gets called to kick
off the process. This override takes an additional parameter
for a file name. It will write the XML to the specified file
before it returns
public string Serialize( object businessEntity,
string fileName );
Return Value
A string containing the XML document for the Business Entity data.
Parameters
businessEntity
The business entity to be processed
fileName
The name of the file where the XML will be written.
Overloads:
See also:
Class BusinessEntityReportSerializer