NSArchiver/NSUnarchiver woes...
NSArchiver/NSUnarchiver woes...
- Subject: NSArchiver/NSUnarchiver woes...
- From: Ben Mackin <email@hidden>
- Date: Thu, 26 Jun 2003 20:17:25 -0700
I have been using the NSArchiver/NSUnarchiver combo for awhile now to write
out arrays full of custom objects on quit, and then to read them back in on
next launch. Things have been working great.
However, I have gone through the process of setting up another "combo" like
this. The data gets written out correctly, however when it gets read back
in, it is scrambled. If I check my file (as it is saved on the computer
before the next write), it looks fine. So in reading the data in something
gets scrambled. I am unsure how or why this is happening, and am at a loss
of what to do. All my other NSArchiver/NSUnarchiver calls are producing data
correctly, it is just this one set.
Are help would be much appreciated in figuring out what's up.
Thanks,
Ben
_______________________________________________
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.