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