Serialization
Serialization is a simple way to store and load data structures. It is
used for example for storing SIP dialogs into database in SER's PA module.
There is a set of functions for serializing basic data elements (strings,
numbers, ...). These functions can be used as base for complex structures
serialization (see ).