persistor/file_persistor/file_persist_document library

Classes

FilePersistDocument<T>
A FilePersistDocument is sent to the worker instead of the Document class since that class has additional fields and references that would be unnecessarily copied into the isolate. It also has back references to the Loon instance which shouldn't be accessed in the isolate.