Serializes the tuple into a string of bytes.
      Declaration
tibas_status tibasTuple_Serialize
(tibasTuple tuple,
char**       data,
tibas_int*   length)
Parameter
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | tuple | The tuple on which the function is invoked. | 
                  
                     | data | The serialized data that is created and returned.  Call tibas_FreeData to destroy the data. | 
                  
                     | length | 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.
Copyright © Cloud Software Group, Inc. All rights reserved.