Re: Custom parameter value encoding in Motion XML
Re: Custom parameter value encoding in Motion XML
- Subject: Re: Custom parameter value encoding in Motion XML
- From: Darrin Cardani <email@hidden>
- Date: Fri, 13 Nov 2009 13:55:20 -0800
On Nov 13, 2009, at 12:02 PM, Eberhard Ammelt wrote:
I'm trying to read custom parameter value data from a Motion xml file.
Does anybody know how custom data is encoded and how it can be
decoded?
It's encoding using an NSKeyedArchiver. The keyed archiver produces an
NSData object which is then Base-64 encoded. You should be able to
Base-64 decode it, create an NSData object with the resulting bytes
and then deserialize it via NSKeyedUnarchiver.
Darrin
--
Darrin Cardani
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden