xHarbour Reference Documentation > Function Reference |
Deserialization the next variable of simple or complex data types.
HB_DeserialNext( @<cSerial>, <nBytes> ) --> xValue
The function returns the next value from a serialized binary string.
HB_DeserialNext() is a utility function used in xHarbour's serialization system. HB_Serialize() converts any data type to a binary character string that can be transferred between local and remote processes.
Note: refer to function HB_Deserialize() for more information on deserialization, and read the file source\rtl\hbserial.prg for a usage example of HB_DeserialNext().
See also: | HB_GetLen8(), HB_Deserialize(), HB_DeserialBegin(), HB_Serialize() |
Category: | Serialization functions , xHarbour extensions |
Source: | rtl\hbserial.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com