This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ddsf:public:guidebook:06_append:glossary:s:serialize [2021/07/14 15:54] murphy ↷ Page moved from ddsf:private:guidebook:06_append:glossary:s:serialize to ddsf:public:guidebook:06_append:glossary:s:serialize |
ddsf:public:guidebook:06_append:glossary:s:serialize [2021/07/15 12:22] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Serialization ===== | ===== Serialization ===== | ||
| - | [[ddsf:private:guidebook:06_append:glossary:start| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| Serialization is the process of turning some object into a data format that can be restored later. People often serialize objects in order to save them to storage, or to send as part of communications. The reverse process of serialization is called [[ddsf:public:guidebook:06_append:glossary:d:deserial]] | Serialization is the process of turning some object into a data format that can be restored later. People often serialize objects in order to save them to storage, or to send as part of communications. The reverse process of serialization is called [[ddsf:public:guidebook:06_append:glossary:d:deserial]] | ||