Re: Storing NSColor & NSData objects in an XML document
Re: Storing NSColor & NSData objects in an XML document
- Subject: Re: Storing NSColor & NSData objects in an XML document
- From: email@hidden
- Date: Thu, 29 Nov 2007 09:50:43 -0800
Hmm, why not encode as Base64 and decode it later?
:: marcelo.alves
On Thursday, November 29, 2007, at 03:38PM, "Antonio Nunes" <email@hidden> wrote:
>On 28 Nov 2007, at 11:56, Antonio Nunes wrote:
>
>> I want to write out NSColor objects to XML. I know I can archive
>> them into NSData objects, and a string representation from those.
>> The string can then be added to the XML. What I have trouble with is
>> getting the string back into an NSData object so that I can
>> unarchive. Any pointers?
>
>Ok, I might simply be less than smart here, and the answer is probably
>obvious, but I can't see it. The basic issue is: I have an NSData
>object and want to store it in an XML node, then later restore it from
>an XML node. Lots of sifting through documentation and usually helpful
>internet sites and generally making the cogs in my brain groan, squeak
>and creak for the better part of yesterday and today yielded no usable
>results.
>
>I know how to (un)archive NSData objects to/from disk and user
>defaults, but am not sure how to turn them into strings (to store in
>XML elements) and especially how to restore them from strings that
>represent NSData objects.
>
>Any help would be greatly appreciated.
>
>-António
>
>----------------------------------------------------
>It is better to light a candle than to curse the darkness
>----------------------------------------------------
>
>
>
>_______________________________________________
>
>Cocoa-dev mailing list (email@hidden)
>
>Please do not post admin requests or moderator comments to the list.
>Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
>Help/Unsubscribe/Update your Subscription:
>
>This email sent to email@hidden
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden