string Iserialize();
None.
A string that contains the serialized data for the business object.
// Call the serialize data method IBusinessObject srcBO = accessSession.IcreateBusinessObject("Customer"); ... String serializedCustomer = scrBO.Iserialize();