Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created May 2, 2013 03:06
Show Gist options
  • Save hlxwell/5499910 to your computer and use it in GitHub Desktop.
Save hlxwell/5499910 to your computer and use it in GitHub Desktop.
Archive/Unarchive object to/from file
[NSKeyedArchiver archiveRootObject:Object toFile:filePath]
[NSKeyedUnarchiver unarchiveObjectWithFile:filePath]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment