I have a dictionary of objects; they are all POCO objects that should be serializable. What technique should I look at for writing these to disk. I\'m looking for the simplest
NSCoder is the standard Cocoa idiom for serialization.