Skip navigation.
 
mlHierarchal Archiving
FROM : Lorenzo Puleo
DATE : Wed Jan 29 00:57:01 2003

You can store in a NSDictionary:
NSString, NSDate, NSArray, NSNumber, NSDictionary,... NSData.
I suppose you need to convert your custom data to NSData objects.

Regards
--
Lorenzo Puleo
mailto:<email_removed>

> From: <email_removed>
> Reply-To: <email_removed>
> Date: Tue, 28 Jan 2003 12:45:23 -0800
> To: <email_removed>
> Subject: cocoa-dev digest, Vol 2 #1872 - 15 msgs
>
> use NSDictionary's writeToFile:atomically:
> This would be my favorite option, as it writes to clean, readable xml
> that doesn't use unique IDs to identify its own parts, but I can't
> figure out how to go about it. writeToFile:atomically will only store
> certain types, and appears to have no extensibility in this regard.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlHierarchal Archiving The Amazing Llama Jan 28, 19:21
mlRe: Hierarchal Archiving j o a r Jan 28, 21:25
mlRe: Hierarchal Archiving Don Murta Jan 28, 22:57
mlHierarchal Archiving Lorenzo Puleo Jan 29, 00:57