TIBCO Adapter SDK C++ Reference
MAssocList::serialize
MAssocList
Serializes this MAssocList so it can be sent out as an MTree over the network.

By default, messages are sent in M_AERV_MESSAGE_FORMAT. The default can be overridden by the command line.

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

Parameters
Parameters Description
MTree& refMTree MTree instance you want to serialize.
MDataSerializer* s = NULL Users should ignore this parameter.
Declaration
Mboolean serialize(MTree& refMTree, MDataSerializer* s = NULL) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.