Keyed Archiver
Keyed Archiver
- Subject: Keyed Archiver
- From: John MacMullin <email@hidden>
- Date: Sun, 3 Aug 2003 13:58:59 -0700
I am trying to update a mutable array within a dictionary on a keyed
archive (NSKeyedArchiver) type file. I believe that this can be done
with the delegate method:
archiver:(NSKeyedArchiver *)archiver willReplaceObject:(id)object
withObject: (id)newObject
I have looked in the Developer/Examples with a "grep -r
willReplaceObject /Developer/Examples/" and can't find anything that
seems to be helpful.
Can someone please direct me to examples of how to use this delegate
method or perhaps provide an example?
Or correct my conception if it happens to be wrong.
John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.