Saving Data and Type 10/11 Errors
Saving Data and Type 10/11 Errors
- Subject: Saving Data and Type 10/11 Errors
- From: Peter Thorson <email@hidden>
- Date: Wed, 8 May 2002 12:25:32 -0500
I am writing an app that includes a handful of custom classes, many that
have instances of NSMutableArrays I am looking for a simple clean way
to save all of this data into one file(or several if absolutely
necessary), preferably encoded. I have looked at NSArchive stuff, it
looks very useful, and I have gotten it to work for most of my objects.
It always gets hung up on the arrays. Is there a trick to saving and
restoring arrays stored in NSArchives? Is NSArchive the best way to do
this?
Also, I frequently get type 10 and 11, (SIGBUS) and (SIGSEGV), errors.
What exactly are they and what is the best way of avoiding problems
related to them?
Thanks a bunch,
Peter Thorson
_______________________________________________
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.