Re: Re: Re: What is serializaton?
Re: Re: Re: What is serializaton?
- Subject: Re: Re: Re: What is serializaton?
- From: "Michael Ash" <email@hidden>
- Date: Mon, 24 Jul 2006 17:05:22 -0400
On 7/24/06, Corey O'Connor <email@hidden> wrote:
On 7/24/06, Jordan Evans <email@hidden> wrote:
> That sounds like what NSData does. Did NSData replace the
> serialization methods in Cocoa?
No. NSData can be the buffer you serialize an object to, but it is not
a serialization solution in itself. There may be some helper routines
but you'll still have to learn how to serialize your objects and
likely write the serialization code yourself.
Or you can just use NSCoder to do all the heavy lifting for you.
Mike
_______________________________________________
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