tibasTuple_Deserialize()

Creates a tuple object from a serialized form of a tuple.

Declaration

tibas_status tibasTuple_Deserialize
(tibasTuple*  Tuple,
char*         data,
tibas_int     length)   

Parameter

Parameter Description
inTuple The tuple that is created and returned.
data The pointer to the serialized version of the tuple is located
length The length of the serialized version of the tuple

Remarks

Use the tibasTuple_Deserialize() function to convert a tuple that has been serialized back into a deserialized format.