docs » cp.plist.archiver
Supports 'defrosting' a table which is made up from an 'NSKeyArchiver' record.
- Functions - API calls offered directly by the extension
- unarchive
- unarchiveFile
Signature | cp.plist.archiver.unarchive(archive, defrostFn) -> table |
---|---|
Type | Function |
Description | Unarchives a LUA table which was archived into a plist using the NSKeyedArchiver. |
Parameters |
|
Returns |
|
Notes |
|
Signature | cp.plist.archiver.unarchiveFile(filename, defrostFn) -> table |
---|---|
Type | Function |
Description | Unarchives a plist file which was archived into a plist using the NSKeyedArchiver. |
Parameters |
|
Returns |
|
Notes |
|