dict_unserialize
March 26, 2020
Name
dict_unserialize — Deserialize a dictionary
Synopsis
#include "ecdict.h"
| ECDict **dict_unserialize** (
| str)
; | |
string * <var class="pdparam">str</var>
;
Description
Deserialize a dictionary. This function takes a string parameter and returns the deserialized dictionary. An ECDict is a typedef of an ec_hash_table.
- str
-
The “string”.
This function returns the deserialized dictionary.
It is legal to call this function in any thread.