persist.Rd
This is an experimental, dispatch-based mechanism for customized (de)serialization of R objects. The driving use case is persistence of TextStore objects, which will often reference externally persisted indices.
persist(x, file)
restore(file)
For restore
, the fully restored object.