TIBCO Adapter SDK C++ Reference
MAdvisoryDocument::serialize
MAdvisoryDocument
Serializes this MAdvisoryDocument instance for network transmission.By default, messages 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 The MTree instance that the publisher will send to TIBCO Rendezvous.
MMessageFormat formatHint The format to be used to serialize the MAdvisoryDocument to an MTree. See MMessageFormat for supported formats.
MDataSerializer* s = 0 The serializer to serialize the MTree.
Return Value
Return Mtrue on success. Otherwise, return Mfalse.
Declaration
virtual Mboolean serialize(MTree& refMTree, MMessageFormat formatHint, MDataSerializer* s = 0) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.