Write an ACL2 object into a file
General form:
(serialize-write filename obj [:verbosep {t, nil}]) ; nil by default --> state
In the logic this carries out an oracle read.
Under the hood, we try to save
Writing objects to disk is generally slower than reading them back in since some analysis is required to convert an object into our serialized object format.
The