Re: EOs and NSData
Re: EOs and NSData
- Subject: Re: EOs and NSData
- From: Art Isbell <email@hidden>
- Date: Wed, 4 Jun 2003 15:48:32 -1000
On Wednesday, June 4, 2003, at 02:03 PM, Ricardo Strausz wrote:
Is there a simple way to encapsulate all instance variables of an eo
into a single nsdata object?
By default, EO classes derive from EOGenericRecord whose instance
variables are private, including the dictionary that stores property
values. EOGenericRecord's snapshot() method will return a dictionary
of EO property values which could be serialized into an NSData object
by NSPropertyListSerialization.dataFromPropertyList(). Is this what
you mean?
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.