Iserialize()

IBM WebSphere Business Integration Server Express and Express Plus の直列化フォーマットを使用してビジネス・オブジェクト・データを直列化します。

構文

string Iserialize();
 

パラメーター

なし。

戻り値

ビジネス・オブジェクトの直列化データが格納されている string

// Call the serialize data method
 IBusinessObject srcBO =
      accessSession.IcreateBusinessObject("Customer");
 ...
 String serializedCustomer = scrBO.Iserialize();
 

Copyright IBM Corp. 2004