dict_unserialize
Last updated March 2020
Name
dict_unserialize — Deserialize a dictionary
Synopsis
#include "ecdict.h"
| ECDict **dict_unserialize** (
| str)
; | |
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.
See Also
Was this page helpful?