Subclassing NSCoder

2008-08-31 Thread Meik Schuetz
Dear everyone, I am trying to create my own NSCoder implementation to serialize objects to a XML format which would like to use to communicate with WCF service. The serialization is already done and I had no problems do it, however I've got some conceptional questions about the de-

Re: Subclassing NSCoder

2008-08-31 Thread Michael Ash
On Sun, Aug 31, 2008 at 11:45 AM, Meik Schuetz [EMAIL PROTECTED] wrote: Dear everyone, I am trying to create my own NSCoder implementation to serialize objects to a XML format which would like to use to communicate with WCF service. The serialization is already done and I had no problems do

Re: Subclassing NSCoder

2008-08-31 Thread Meik Schuetz
Dear Michael, thank you very much for your valuable information - I definitively will have a look at your MAKeyedArchiver, just to learn how it's done. The idea of implementing the xmlRespresentation methods is just great and serves perfectly. Once again, thanks a lot for your time.