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
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 mails | Author | Date |
|---|---|---|
| Jordan Evans | Jul 24, 15:19 | |
| Mark Papadakis | Jul 24, 15:24 | |
| I. Savant | Jul 24, 15:37 | |
| Jordan Evans | Jul 24, 15:38 | |
| Corey O'Connor | Jul 24, 19:30 | |
| Michael Ash | Jul 24, 23:05 | |
| Corey O'Connor | Jul 24, 23:32 | |
| Michael Ash | Jul 25, 00:56 | |
| Corey O'Connor | Jul 25, 03:15 |






Cocoa mail archive

