TIBCO Adapter SDK C++ Reference
|
By default, messages are sent in MMessageFormat.AERV. The default can be overridden by the command line.
See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide.
See also MMessageFormat.
Parameters | Description |
MTree& refMTree | MSequence instance you want to serialize. |
MMessageFormat formatHint | One of M_AERV_MESSAGE_FORMAT, M_XMLJMS_MESSAGE_FORMAT or M_XMLRV_MESSAGE_FORMAT |
MDataSerializer* s = 0 | Users should ignore this parameter. This is for internal use only by the SDK. |
virtual Mboolean serialize(MTree& refMTree, MMessageFormat formatHint, MDataSerializer* s = 0) const;