Skip navigation.
 
mlRe: Re: Re: What is serializaton?
FROM : Michael Ash
DATE : Mon Jul 24 23:05:22 2006

On 7/24/06, Corey O'Connor <<email_removed>> wrote:
> On 7/24/06, Jordan Evans <<email_removed>> 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

Related mailsAuthorDate
mlWhat is serializaton? Jordan Evans Jul 24, 15:19
mlRe: What is serializaton? Mark Papadakis Jul 24, 15:24
mlRe: What is serializaton? I. Savant Jul 24, 15:37
mlRe: What is serializaton? Jordan Evans Jul 24, 15:38
mlRe: Re: What is serializaton? Corey O'Connor Jul 24, 19:30
mlRe: Re: Re: What is serializaton? Michael Ash Jul 24, 23:05
mlRe: Re: Re: Re: What is serializaton? Corey O'Connor Jul 24, 23:32
mlRe: Re: Re: Re: Re: What is serializaton? Michael Ash Jul 25, 00:56
mlRe: Re: Re: Re: Re: Re: What is serializaton? Corey O'Connor Jul 25, 03:15