|
|
|
|
|
|
Category: 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.
|
|
|
|
|
|
|
Usage example of the Serialize function
|
|
|
|
|
|
|
Transforms the following elements into a specific format: - a structure (and its subelements),
- a class (and its subelements),
- an array (including the associative arrays),
- a queue,
- a stack,
- a list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|