.. _persistence:****************Data Persistence****************The modules described in this chapter support storing Python data in apersistent form on disk. The :mod:`pickle` and :mod:`marshal` modules can turnmany Python data types into a stream of bytes and then recreate the objects fromthe bytes. The various DBM-related modules support a family of hash-based file