To sterilize an object hierarchy, the _____________ function must be called. To desterilize a data stream, the ______________ function must be called.
(a) dumps(), undumps()
(b) loads(), unloads()
(c) loads(), dumps()
(d) dumps(), loads()
The question was posed to me in an online interview.
My question is from Pickle Module topic in section Mapping Functions and Modules of Python