===== Deserialization ===== [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] **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 ]]