Re: Keyed archiver
Re: Keyed archiver
- Subject: Re: Keyed archiver
- From: Joakim Danielson <email@hidden>
- Date: Sun, 21 Nov 2004 20:15:52 +0100
Well, it is true that if a KEY starts with '$', NSKeyedArchiver puts
another '$' in front. Which means: all keys are possible, but keys
starting with '$' take a bit more time.
But my problem is with VALUEs - nothing in the documentation prohibits
using certain string values.
I still beleive that it is my unalienable right to archive and
unarchive the string "$null".
Kind regards
Gerriet.
You're right, it says keys not values. Sorry, I missed that when I read
it.
Anyway, I changed my program so that I used the accessor methods in my
initWithCoder:/encodeWithCoder: methods instead of accessing the ivar
directly but the result was the same, "$null" is not stored. I assume
this is a bug and that you should report it.
Joakim
_______________________________________________
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