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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
