Iserialize()

Serializes the business object data using the IBM WebSphere InterChange server 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();

Copyright IBM Corp. 1997, 2004