mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
By default generate non-compact archives
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3400 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b88fd87de8
commit
9aa5aae91d
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
* are only stored once. If the property-list has a lot of repeated
|
||||
* strings in it, this will be both faster and more space efficient
|
||||
* but it will be slower if the property-list has few repeated
|
||||
* strings. The default is to generate compact versions of the data.
|
||||
* strings. The default is NOT to generate compact versions of the data.
|
||||
*
|
||||
* The [+shouldBeCompact:] method sets default behavior.
|
||||
* The [+serializePropertyList:intoData:compact:] method lets you
|
||||
|
|
|
@ -273,7 +273,7 @@ serializeToInfo(id object, _NSSerializerInfo* info)
|
|||
|
||||
@implementation NSSerializer
|
||||
|
||||
static BOOL shouldBeCompact = YES;
|
||||
static BOOL shouldBeCompact = NO;
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue