Deserialization exploit
-
Data serialization and deserializaitonWeb/Network 2019. 9. 27. 12:56
1. Overview Let's figure out What data serialization and deserialization and find Why data serialization and deserialization needs even if it has an overhead than none. 2. Motivation Computer data is generally organized in data structures(also called formatted data) such as arrays, records, graphs, classes, or other configurations for efficiency. When data structures need to be stored or transmi..