Serializing an emacs lisp hash to file

Viewed 1117

In emacs lisp, is there a way to serialize a hash table to a file in and then reading it again at a later time?

Thanks

1 Answers
Related