Deserialize vs Unpickle - What's the difference?
deserialize | unpickle |
(computing) To parse (serialized data) so as to reconstruct the original object.
(transitive, programming, in the Python programming language) To deserialize.
* 2009 , David M. Beazley, Python essential reference (page 362)
As verbs the difference between deserialize and unpickle
is that deserialize is to parse (serialized data) so as to reconstruct the original object while unpickle is to deserialize.deserialize
English
Verb
(deserializ)Antonyms
* serializeunpickle
English
Verb
(unpickl)- To reconstruct the message, the receiver must strip the length header, read the entire message, unpickle the contents, and call
logging.makeLogRecord().
