Skip navigation.
 
mlRe: Code to convert NSDictionary to binary plist file?
FROM : Jens Alfke
DATE : Tue Jun 03 21:46:49 2008

On 3 Jun '08, at 12:24 PM, David Hoerl wrote:

> Am I missing something obvious? Is there code out there that can 
> take a dictionary and save it as a binary plist?


NSPropertyListSerialization. (Everyone overlooks this at first because 
it's unexpected to have to use a separate class to do this...)

—Jens

Related mailsAuthorDate
mlCode to convert NSDictionary to binary plist file? David Hoerl Jun 3, 21:24
mlRe: Code to convert NSDictionary to binary plist file? Jens Alfke Jun 3, 21:46
mlRe: Code to convert NSDictionary to binary plist file? Jean-Daniel Dupas Jun 3, 21:47
mlRe: Code to convert NSDictionary to binary plist file? mmalc crawford Jun 3, 21:59