bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #16218] Problem with NSKeyedArchiver


From: Fred Kiefer
Subject: [bug #16218] Problem with NSKeyedArchiver
Date: Wed, 29 Mar 2006 18:21:22 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.2 (like Gecko)

Update of bug #16218 (project gnustep):

                Category:               Libraries => Base/Foundation        
                  Status:                    None => Invalid                
             Open/Closed:                    Open => Declined               

    _______________________________________________________

Follow-up Comment #1:

Your problem is avtually not that GNUstep base has a bug, but that it is now
closer to Cocoa. The default output format for the class NSKeyedArchiver is
NSPropertyListBinaryFormat_v1_0 and what you are getting is not garbled
output, but pretty valid binary encode stuff (At least I hope so, having
writen that code).
Now if you want to get the old format back the only thing you need to do is
tell the keyed archvier in which format you want the output:
[coder setOutputFormat: NSPropertyListXMLFormat_v1_0]

But what is wrong with a binary format, as long as you don't want to edit it
manually?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16218>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]