TIBCO Adapter SDK C++ Reference
MSequence::serialize
MSequence
Convert this MSequence instance to an MTree that can be sent on the network.

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
Parameters Description
MTree& refMTree MTree instance you want to serialize.
MDataSerializer* s = 0 Users should ignore this parameter. This is for internal use only by the SDK.
Declaration
virtual Mboolean serialize(MTree& refMTree, MDataSerializer* s = 0) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.