Name
dict_serialize — Serialize a dictionary, for writing to disk or network
Synopsis
#include "ecdict.h"
| int **dict_serialize** (
| d, | |
| | dest)
; | |
Description
Serialize a dictionary, for writing to disk or network.
- a
-
An ECDict is a typedef of an ec_hash_table.
- dest
-
The “string”.
This function returns the length of the serialized string.
It is legal to call this function in any thread.
See Also
Was this page helpful?