Re: NSDictionary casting

2010-11-05 Thread Fritz Anderson
On 5 Nov 2010, at 9:43 AM, Sherm Pendley wrote: > What you could do instead is extend NSDictionary with a "convenience > constructor" class method. Similarly, you could create an instance > method that would return an instance of your custom class from a > dictionary. > > @interface NSDictionary

Re: NSDictionary casting

2010-11-05 Thread Sherm Pendley
On Fri, Nov 5, 2010 at 9:36 AM, Dan Hopwood wrote: > > I am using XML-RPC technology to invoke a website back end. I used the > Wordpress project to extract what I needed in order to send off requests and > decode what I get back from the webservice. This works. > > The encoding/decoding methods e