- setInhibitLoadFlag: (BOOL)inhibitLoadFlag Make the Archiver ignore any file found in the specified path
- setPath: (const char *)path Set the physical path for the Archiver to read/write
- setSystemArchiverFlag: (BOOL)systemArchiverFlag Make the Archiver expect application metadata, such as `mode' information
- setDefaultPath Specify that the Archiver instance use the default system path
- setDefaultAppPath Specify that the Archiver to use the default application path
Phase: Using
- registerClient:client
- unregisterClient:client
- putDeep: (const char *)keyobject:object Register with the Archiver a deep serialization of the object (serialization only occurs when Archiver is saved)
- putShallow: (const char *)keyobject:object As per -putDeep, but only make a shallow version
- getObject: (const char *)key Create the object with `key' using the Archiver's own Zone
- getWithZone: (id <Zone>)aZoneobject: (const char *)key Create the object with `key' in the specified Zone
- save Execute all the requested -putShallow: and -putDeep: requests using the requested backend