Skip to main content

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.

Parameters

str

Return Value

This function returns the deserialized dictionary.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?