mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Make default format of keyed archives be xml for now.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
552a811f63
commit
6daf5c099a
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
* Source/NSKeyedUnarchiver.m:
|
||||
Added NSPoint, NSRect, and NSSize coding methods.
|
||||
implemented quick hack of ([decodeValueOfObCType:at:])
|
||||
Set default property list format to xml ... The MacOS-X binary,
|
||||
format isn't supported yet (if ever), and I'm developing using
|
||||
the comon/portable XML format first anyway.
|
||||
* Source/NSMSoperamulti_test.m: Sort dictionary items in xml output
|
||||
|
||||
2004-01-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
|
|
@ -699,6 +699,7 @@ static NSMapTable *globalClassMap = 0;
|
|||
_obj = [NSMutableArray new]; // Array of objects.
|
||||
[_obj addObject: @"$null"]; // Placeholder.
|
||||
|
||||
_format = NSPropertyListXMLFormat_v1_0; // FIXME ... should be binary.
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue