(no subject)
(no subject)
- Subject: (no subject)
- From: Hans van der Meer <email@hidden>
- Date: Sat, 7 Oct 2006 10:30:13 +0200
I have a question about unarchiving.
The following code unarchives an item stored on a stack:
/* Unarchive the stack top. */
stacktop = [NSKeyedUnarchiver unarchiveObjectWithData:[stack
lastObject]];
By looking at the retainCount of stacktop I conclude that the object
returned by NSKeyedUnarchiver is returned autoreleased. However, I
cannot find this mentioned in the documentation.
Is my conclusion correct or am I mistaken and is this not correct?
Please, can someone corroborate.
Thanks in advance.
Hans van der Meer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden