Serializes a ds_list variable. Should not be called directly.
Syntax
1
serialize_list(map, key, value)
Argument | Type | Description |
---|---|---|
map | real | The ds_map to serialize the value to. |
key | string | The name of the variable to map the list to. |
value | real | The ds_list to be serialized. |
Returns: N/A
Description
This function will serialize a ds_list variable. This is used to explicitly serialize a variable and should not be called directly.