Serializes the business object data using the IBM WebSphere Business Integration Server Express and Express Plus serialization format.
Syntax
string Iserialize();
Parameters
None.
Return Values
A string that contains the serialized data for the business object.
Example
// Call the serialize data method IBusinessObject srcBO = accessSession.IcreateBusinessObject("Customer"); ... String serializedCustomer = scrBO.Iserialize();