Re: NSCoding
Re: NSCoding
- Subject: Re: NSCoding
- From: Oliver Scheel <email@hidden>
- Date: Wed, 15 Oct 2008 16:22:16 +0200
Why not use Java's serialization? Should be simpler.
It depends too much on the class signature. For temporary storage it's
ok, but when the class definition changes (or serialVersionUID must be
modified), the data is lost. That's my experience.
An alternate way for WO would be WOXMLEncoder, but NSCoding seems to
me more familar in the Apple world.
Oliver
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >NSCoding (From: Oliver Scheel <email@hidden>) |
| >Re: NSCoding (From: Oliver Scheel <email@hidden>) |
| >Re: NSCoding (From: Florijan Stamenkovic <email@hidden>) |