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:
Richard Frith-Macdonald 2004-01-24 17:50:11 +00:00
parent 552a811f63
commit 6daf5c099a
2 changed files with 4 additions and 0 deletions

View file

@ -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>

View file

@ -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;
}