ItoString()

Returns the dump o f the business object in the WebSphere InterChange Server broker serialization format.

Syntax

string ItoString();

Parameters

None.

Return Values

A string that contains the serialized data in an IBM WebSphere InterChange Server-compatible format.

Example

// Convert to IBM format
String stringBusObj;
stringBusObj = exampleBusObj.ItoString();

Copyright IBM Corp. 1997, 2004