xHarbour Reference Documentation > Function Reference |
Converts a binary string back to its original data type.
HB_DeSerialize( <cBinary> ) --> xValue
The function returns the value previously converted by HB_Serialize().
HB_DeSerialize() reverses the result of HB_Serialize(), i.e. the binary string representation of a value is converted back to its original data type and returned.
See also: | HB_DeserialBegin(), HB_DeserialNext(), HB_RestoreBlock(), HB_Serialize(), RESTORE, SAVE |
Category: | Conversion functions , Serialization functions , xHarbour extensions |
Source: | rtl\hbserial.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com