mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
f61c2c6ec1
commit
87a87938fa
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
|
* 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
|
* strings in it, this will be both faster and more space efficient
|
||||||
* but it will be slower if the property-list has few repeated
|
* 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 [+shouldBeCompact:] method sets default behavior.
|
||||||
* The [+serializePropertyList:intoData:compact:] method lets you
|
* The [+serializePropertyList:intoData:compact:] method lets you
|
||||||
|
|
|
@ -273,7 +273,7 @@ serializeToInfo(id object, _NSSerializerInfo* info)
|
||||||
|
|
||||||
@implementation NSSerializer
|
@implementation NSSerializer
|
||||||
|
|
||||||
static BOOL shouldBeCompact = YES;
|
static BOOL shouldBeCompact = NO;
|
||||||
|
|
||||||
+ (void) initialize
|
+ (void) initialize
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue