|
|
|
|
|
|
Categoría: WLanguage functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deserializa un búfer o una cadena de caracteres que contiene los datos de una clase, estructura, array (incluyendo un array asociativo), cola, pila, lista o variable avanzada, así como sus subelementos. |
|
|
|
|
|
|
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),
- un array (incluidos los arrays asociativos),
- una cola,
- un apilamiento,
- una lista.
|
|
|
|
|
|
|
Usage example of the Serialize function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|