I'm aware of answers to iPhone writing binary data, but that question was asked in 2009, and the iOS SDK has changed a bit since then.
I'm looking to serialize one or more NSCoding
-compliant objects to disk, and read them back into memory at a later time (for submission to a sometimes-active web service). Is GCD's dispatch_read
and dispatch_write
the best option for this?