TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MAdvisoryDocument::serialize
MAdvisoryDocument
Serializes this
MAdvisoryDocument
instance for network transmission.
Parameters
Parameters
Description
MTree& refMTree
The
MTree
instance that the publisher will send to TIBCO Rendezvous.
MDataSerializer* s = 0
The serializer to serialize the
MTree
.
Return Value
Return Mtrue on success. Otherwise, return Mfalse.
Declaration
virtual
Mboolean serialize(
MTree
& refMTree, MDataSerializer* s = 0)
const
;
Links
MAdvisoryDocument
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference