|
|
|
|
|
|
Categoría: WLanguage functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
|
|
|
|
|
|
|
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
|
|
|
|
|
|
|
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
|
|
|
|
|
|
|
Transforma los siguientes elementos en un formato específico: - una estructura (y sus subelementos),
- una clase (y sus subelementos),
- y array (incluyendo el arrays asociativo),
- a queue,
- una pila,
- a list.
|
|
|
|
|
|
|
Usage example of the Serialize function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|