TIBCO Adapter SDK C++ Reference
MBusinessDocument::serialize
MBusinessDocument
Serializes this MBusinessDocument instance for network transmission.

By default, messagesa are sent in MMessageFormat.AERV. The default can be overridden on the command line.

See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide.

Parameters
Parameters Description
MTree& refMTree instance to serialize.
MDataSerializer* s = 0 Users should ignore this parameter. It is for internal use by the SDK.
Declaration
virtual Mboolean serialize(MTree& refMTree, MDataSerializer* s = 0) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.