unpickle

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Etymology[edit]

un- +‎ pickle

Verb[edit]

unpickle (third-person singular simple present unpickles, present participle unpickling, simple past and past participle unpickled)

  1. (transitive, programming, in the Python programming language) To deserialize.
    • 2009, David M. Beazley, Python essential reference, page 362:
      To reconstruct the message, the receiver must strip the length header, read the entire message, unpickle the contents, and call logging.makeLogRecord().