Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 18 Tuple : Tuple Operations : tibasTuple_Serialize()

tibasTuple_Serialize()
Function
Declaration
tibas_status tibasTuple_Serialize
(tibasTuple tuple,
char**       data,
tibas_int*   length)
Purpose
Serializes the tuple into a string of bytes.
Parameter
 
The address of an int variable where the length in bytes of the serialized version of the tuple is returned.
Remarks
Use the tibasTuple_Serialize() function to convert a specified tuple into a string of bytes.
See Also
tibasTuple_ToString(), tibasTuple_Deserialize()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved