This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ddsf:public:guidebook:06_append:glossary:d:deserial [2020/06/30 18:02] nick |
ddsf:public:guidebook:06_append:glossary:d:deserial [2021/07/14 16:37] (current) murphy ↷ Links adapted because of a move operation |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Deserialization ===== | ===== Deserialization ===== | ||
- | [[ddsf:private:cookbook:06_append:glossary| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
- | **Deserialization** is the reverse of the [[ddsf:private:cookbook:06_append:glossary:s:serialize]] process, taking data structured from some format, and rebuilding it into an object. A popular data formats for serializing data in ASCII is JSON or XML. The deserialization must be able to understand the serialization format. | + | **Deserialization** is the reverse of the [[ddsf:public:guidebook:06_append:glossary:s:serialize]] process, taking data structured from some format, and rebuilding it into an object. A popular data formats for serializing data in [[ddsf:public:guidebook:06_append:glossary:a:ascii|ASCII]] is [[ddsf:public:guidebook:06_append:glossary:j:json|JSON]] or [[ddsf:public:guidebook:06_append:glossary:x:xml|XML]]. The deserialization must be able to understand the serialization format. |
Source: [[https://cheatsheetseries.owasp.org/cheatsheets/Deserialization_Cheat_Sheet.html | Deserialization ]] | Source: [[https://cheatsheetseries.owasp.org/cheatsheets/Deserialization_Cheat_Sheet.html | Deserialization ]] | ||