Serialize NSMutableArray

2005-07-26 Thread Raphael
Hi, in the old cocoa version of my application wich i will rewrite in gnustep, i have serialize a NSMutableArray with writeToFile: , is the output file the same xml structure as in cocoa if i made it with gnustep? or could the old cocoa app donĀ“t read the NSMutableArray output from Gnustep

Re: Serialize NSMutableArray

2005-07-26 Thread Richard Frith-Macdonald
On 2005-07-26 08:32:11 +0100 Raphael <[EMAIL PROTECTED]> wrote: > Hi, > in the old cocoa version of my application wich i will rewrite in gnustep, i > have serialize a NSMutableArray with writeToFile: > , is the output file the same xml structure as in cocoa if i made it with > gnustep? or co