Object serialization
serialization (
pickling
): the encoding of objects, and the objects reachable from them, into a stream of bytes.
deserialization (
unpickling
): the reconstruction of the object graph from the stream of bytes.
- 6 -