This file is indexed.

/usr/share/GNUstep/Documentation/EOControl/EOKeyValueArchiver.html is in libgnustep-dl2-dev 0.12.0-15.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>EOKeyValueArchiver <strong>Class</strong></title>
  </head>
  <body>
    <font face="serif">
    <a href="EOControl.html">Up</a>
    <br />
    <h1><a name="title$EOKeyValueArchiver">EOKeyValueArchiver <strong>Class</strong></a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Manuel Guesdon (<a href="mailto:mguesdon@orange-concept.com"><code>mguesdon@orange-concept.com</code></a>)</dt>
      <dd>
      </dd>
    </dl>
    <p><b>Version:</b> 25994</p>
    <p><b>Date:</b> 2008-01-22 14:57:07 +0100 (Die, 22. J&#195;&#164;n 2008)</p>
    <blockquote>
      
      EOKeyValueArchiver object is used to archive a
      tree of objects into a key/value propertyList.
      EOKeyValueUnarchiver object is used to
      unarchive from a propertyList a tree of objects
      archived with a EOKeyValueArchiver. Example: //
      Archiving: EOKeyValueArchiver*
      archive=AUTORELEASE([EOKeyValueArchiver
      new]); [archive setDelegate:MyArchivingDelegate];
      [archiver encodeObject:anObject forKey:@&quot;anObjectKey&quot;];
      [archiver encodeInt:125 forKey:@&quot;aKey&quot;];...
      NSDictionary* archivePropertyList=[archiver
      dictionary]; // Now unarchive archivePropertyList
      EOKeyValueUnarchiver*
      unarchiver=AUTORELEASE([[EOKeyValueUnarchiver
      alloc]initWith:archivePropertyList]);
      [archive setDelegate:MyUnarchivingDelegate];
      <strong>id</strong> anObject=[unarchiver
      decodeObjectForKey:@&quot;anObjectKey&quot;];
      <strong>int</strong> anInt=[unarchiver
      decodeIntForKey:@&quot;anKey&quot;]; [unarchiver
      finishInitializationOfObjects];
      [unarchiver awakeObjects]
    
    </blockquote>
    <p><b>Copyright:</b> (C) 
      2000-2002,2003,2004,2005 Free Software
      Foundation, Inc.
    </p>

        <div>
      <hr width="50%" align="left" />
      <h3>Contents -</h3>
      <ol>
        <li>
          <a href="#001000000000">Software documentation for the EOKeyValueArchiver
        class</a>
        </li>
        <li>
          <a href="#002000000000">Software documentation for the EOKeyValueUnarchiver
        class</a>
        </li>
        <li>
          <a href="#003000000000">Software documentation for the
        NSObject(EOKeyValueArchiverDelegation)
        category</a>
        </li>
        <li>
          <a href="#004000000000">Software documentation for the
        NSObject(EOKeyValueArchivingAwakeMethods)
        category</a>
        </li>
        <li>
          <a href="#005000000000">Software documentation for the
        NSObject(EOKeyValueUnarchiverDelegation)
        category</a>
        </li>
        <li>
          <a href="#006000000000">Software documentation for the EOKeyValueArchiving
        protocol</a>
        </li>
      </ol>
      <hr width="50%" align="left" />
    </div>

          <h1><a name="001000000000">
        Software documentation for the EOKeyValueArchiver
        class
      </a></h1>
    <h2><a name="class$EOKeyValueArchiver">EOKeyValueArchiver</a> : NSObject</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EOKeyValueArchiver.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="50%" align="left" />
    <a href="#_EOKeyValueArchiver_ivars">Instance Variables</a>
    <br/><br/>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueArchiver-delegate">-delegate</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueArchiver-dictionary">-dictionary</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueArchiver-encodeBool$forKey$">-encodeBool:forKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueArchiver-encodeInt$forKey$">-encodeInt:forKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueArchiver-encodeObject$forKey$">-encodeObject:forKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueArchiver-encodeReferenceToObject$forKey$">-encodeReferenceToObject:forKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueArchiver-setDelegate$">-setDelegate:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$EOKeyValueArchiver-delegate">delegate&nbsp;</a></h3>
    - (id) <b>delegate</b>;<br />
    <div class="desc">
      
            Returns receiver&apos;s delegate
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueArchiver-dictionary">dictionary&nbsp;</a></h3>
    - (NSDictionary*) <b>dictionary</b>;<br />
    <div class="desc">
      
            Returns archived object/tree as propertList
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueArchiver-encodeBool$forKey$">encodeBool:&nbsp;forKey:&nbsp;</a></h3>
    - (void) <b>encodeBool:</b> (BOOL)yn<b> forKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Archives boolean &apos;yn&apos; as &apos;key&apos;
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueArchiver-encodeInt$forKey$">encodeInt:&nbsp;forKey:&nbsp;</a></h3>
    - (void) <b>encodeInt:</b> (int)intValue<b> forKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Archives integer &apos;intValue&apos; as &apos;key&apos;
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueArchiver-encodeObject$forKey$">encodeObject:&nbsp;forKey:&nbsp;</a></h3>
    - (void) <b>encodeObject:</b> (id)object<b> forKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Archives the <var>object</var> &apos;object&apos; as &apos;key&apos;.
            &apos;object&apos; should be a NSString, a NSData, NSArray
            or NSDictionary or conforms to EOKeyValueArchiving
            protocol. Raise an exception otherwise.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueArchiver-encodeReferenceToObject$forKey$">encodeReferenceToObject:&nbsp;forKey:&nbsp;</a></h3>
    - (void) <b>encodeReferenceToObject:</b> (id)object<b> forKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Archives the <var>object</var> &apos;object&apos; reference
            as &apos;key&apos; The receiver gets the reference
            <var>object</var> by calling its delegate method
            <a rel="gsdoc" href="#method$NSObject(EOKeyValueArchiverDelegation)-archiver$referenceToEncodeForObject$">-archiver:referenceToEncodeForObject:</a>

          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueArchiver-setDelegate$">setDelegate:&nbsp;</a></h3>
    - (void) <b>setDelegate:</b> (id)delegate;<br />
    <div class="desc">
      
            Set receiver&apos;s <var>delegate</var>
          
    </div>
    <hr width="25%" align="left" />
</div>
<a name="_EOKeyValueArchiver_ivars"/>    <br/><hr width="50%" align="left" />
    <h2>Instance Variables for EOKeyValueArchiver Class</h2>
    <h3><a name="ivariable$EOKeyValueArchiver*_delegate">_delegate</a></h3>
    @protected id <b>_delegate</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOKeyValueArchiver*_propertyList">_propertyList</a></h3>
    @protected NSMutableDictionary* <b>_propertyList</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <br/><hr width="50%" align="left" /><br/>

          <h1><a name="002000000000">
        Software documentation for the EOKeyValueUnarchiver
        class
      </a></h1>
    <h2><a name="class$EOKeyValueUnarchiver">EOKeyValueUnarchiver</a> : NSObject</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EOKeyValueArchiver.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="50%" align="left" />
    <a href="#_EOKeyValueUnarchiver_ivars">Instance Variables</a>
    <br/><br/>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-_dictionaryForPropertyList$">-_dictionaryForPropertyList:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-_findTypeForPropertyListDecoding$">-_findTypeForPropertyListDecoding:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-_objectForPropertyList$">-_objectForPropertyList:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-_objectsForPropertyList$">-_objectsForPropertyList:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-awakeObjects">-awakeObjects</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-decodeBoolForKey$">-decodeBoolForKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-decodeIntForKey$">-decodeIntForKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-decodeObjectForKey$">-decodeObjectForKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-decodeObjectReferenceForKey$">-decodeObjectReferenceForKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-delegate">-delegate</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-ensureObjectAwake$">-ensureObjectAwake:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-finishInitializationOfObjects">-finishInitializationOfObjects</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-initWithDictionary$">-initWithDictionary:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-isThereValueForKey$">-isThereValueForKey:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-parent">-parent</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$EOKeyValueUnarchiver-setDelegate$">-setDelegate:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-_dictionaryForPropertyList$">_dictionaryForPropertyList:&nbsp;</a></h3>
    - (id) <b>_dictionaryForPropertyList:</b> (NSDictionary*)propList;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this method indicates that it is private, for
            internal use only, and you should not use the
            method in your code.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-_findTypeForPropertyListDecoding$">_findTypeForPropertyListDecoding:&nbsp;</a></h3>
    - (id) <b>_findTypeForPropertyListDecoding:</b> (id)obj;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this method indicates that it is private, for
            internal use only, and you should not use the
            method in your code.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-_objectForPropertyList$">_objectForPropertyList:&nbsp;</a></h3>
    - (id) <b>_objectForPropertyList:</b> (NSDictionary*)propList;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this method indicates that it is private, for
            internal use only, and you should not use the
            method in your code.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-_objectsForPropertyList$">_objectsForPropertyList:&nbsp;</a></h3>
    - (id) <b>_objectsForPropertyList:</b> (NSArray*)propList;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this method indicates that it is private, for
            internal use only, and you should not use the
            method in your code.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-awakeObjects">awakeObjects&nbsp;</a></h3>
    - (void) <b>awakeObjects</b>;<br />
    <div class="desc">
      
            Finalize unarchiving by calling
            awakeFromKeyValueUnarchiver:
            on all unarchived objects
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-decodeBoolForKey$">decodeBoolForKey:&nbsp;</a></h3>
    - (BOOL) <b>decodeBoolForKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Returns unarchived boolean which was archived as
            &apos;key&apos;. <code>NO</code> if no object is found
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-decodeIntForKey$">decodeIntForKey:&nbsp;</a></h3>
    - (int) <b>decodeIntForKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Returns unarchived integer which was archived as
            &apos;key&apos;. 0 if no object is found
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-decodeObjectForKey$">decodeObjectForKey:&nbsp;</a></h3>
    - (id) <b>decodeObjectForKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Returns unarchived object for <var>key</var>. The
            object should be a NSString, NSData, NSArray or
            NSDictionary or its class instances should
            implements
            <a rel="gsdoc" href="#method$(EOKeyValueArchiving)-initWithKeyValueUnarchiver$">
              -initWithKeyValueUnarchiver:
            </a>

          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-decodeObjectReferenceForKey$">decodeObjectReferenceForKey:&nbsp;</a></h3>
    - (id) <b>decodeObjectReferenceForKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Returns unarchived object for the reference
            archived as &apos;key&apos;. The receiver gets the object
            for reference by calling its delegate method
            <a rel="gsdoc" href="#method$NSObject(EOKeyValueUnarchiverDelegation)-unarchiver$objectForReference$">
              -unarchiver:objectForReference:
            </a>

          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-delegate">delegate&nbsp;</a></h3>
    - (id) <b>delegate</b>;<br />
    <div class="desc">
      
            Returns receiver&apos;s delegate
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-ensureObjectAwake$">ensureObjectAwake:&nbsp;</a></h3>
    - (void) <b>ensureObjectAwake:</b> (id)object;<br />
    <div class="desc">
      
            ensure &apos;object&apos; is awake (has received
            <a rel="gsdoc" href="#method$NSObject(EOKeyValueArchivingAwakeMethods)-awakeFromKeyValueUnarchiver$">
              -awakeFromKeyValueUnarchiver:
            </a>

            message)
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-finishInitializationOfObjects">finishInitializationOfObjects&nbsp;</a></h3>
    - (void) <b>finishInitializationOfObjects</b>;<br />
    <div class="desc">
      
            Finalize unarchiving by calling
            finishInitializationWithKeyValueUnarchiver:
            on all unarchived objects
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-initWithDictionary$">initWithDictionary:&nbsp;</a></h3>
    - (id) <b>initWithDictionary:</b> (NSDictionary*)dictionary;<br />
    <div class="desc">
      
            Inits unarchiver with propertyList &apos;dictionary&apos;
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-isThereValueForKey$">isThereValueForKey:&nbsp;</a></h3>
    - (BOOL) <b>isThereValueForKey:</b> (NSString*)key;<br />
    <div class="desc">
      
            Returns <code>YES</code> if there&apos;s a value for
            <var>key</var> &apos;key&apos;
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-parent">parent&nbsp;</a></h3>
    - (id) <b>parent</b>;<br />
    <div class="desc">
      
            Returns the parent object for the currently
            unarchiving object.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOKeyValueUnarchiver-setDelegate$">setDelegate:&nbsp;</a></h3>
    - (void) <b>setDelegate:</b> (id)delegate;<br />
    <div class="desc">
      
            Set the receiver&apos;s <var>delegate</var>
          
    </div>
    <hr width="25%" align="left" />
</div>
<a name="_EOKeyValueUnarchiver_ivars"/>    <br/><hr width="50%" align="left" />
    <h2>Instance Variables for EOKeyValueUnarchiver Class</h2>
    <h3><a name="ivariable$EOKeyValueUnarchiver*_allUnarchivedObjects">_allUnarchivedObjects</a></h3>
    @protected NSMutableArray* <b>_allUnarchivedObjects</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOKeyValueUnarchiver*_awakenedObjects">_awakenedObjects</a></h3>
    @protected NSHashTable* <b>_awakenedObjects</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOKeyValueUnarchiver*_delegate">_delegate</a></h3>
    @protected id <b>_delegate</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOKeyValueUnarchiver*_nextParent">_nextParent</a></h3>
    @protected id <b>_nextParent</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOKeyValueUnarchiver*_parent">_parent</a></h3>
    @protected id <b>_parent</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOKeyValueUnarchiver*_propertyList">_propertyList</a></h3>
    @protected NSDictionary* <b>_propertyList</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <br/><hr width="50%" align="left" /><br/>

          <h1><a name="003000000000">
        Software documentation for the
        NSObject(EOKeyValueArchiverDelegation)
        category
      </a></h1>
    <h2>NSObject(<a name="category$NSObject(EOKeyValueArchiverDelegation)">EOKeyValueArchiverDelegation</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EOKeyValueArchiver.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$NSObject(EOKeyValueArchiverDelegation)-archiver$referenceToEncodeForObject$">-archiver:referenceToEncodeForObject:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSObject(EOKeyValueArchiverDelegation)-archiver$referenceToEncodeForObject$">archiver:&nbsp;referenceToEncodeForObject:&nbsp;</a></h3>
    - (id) <b>archiver:</b> (<a rel="gsdoc" href="#class$EOKeyValueArchiver">EOKeyValueArchiver</a>*)archiver<b> referenceToEncodeForObject:</b> (id)object;<br />
    <div class="desc">
      
            Returns an <var>object</var> to be used as
            reference for &apos;archiver&apos; to archive &apos;object&apos;.
            Should be overriden by EOKeyValueArchiver&apos;s
            delegates
          
    </div>
    <hr width="25%" align="left" />
</div>

          <h1><a name="004000000000">
        Software documentation for the
        NSObject(EOKeyValueArchivingAwakeMethods)
        category
      </a></h1>
    <h2>NSObject(<a name="category$NSObject(EOKeyValueArchivingAwakeMethods)">EOKeyValueArchivingAwakeMethods</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EOKeyValueArchiver.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$NSObject(EOKeyValueArchivingAwakeMethods)-awakeFromKeyValueUnarchiver$">-awakeFromKeyValueUnarchiver:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$NSObject(EOKeyValueArchivingAwakeMethods)-finishInitializationWithKeyValueUnarchiver$">-finishInitializationWithKeyValueUnarchiver:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSObject(EOKeyValueArchivingAwakeMethods)-awakeFromKeyValueUnarchiver$">awakeFromKeyValueUnarchiver:&nbsp;</a></h3>
    - (void) <b>awakeFromKeyValueUnarchiver:</b> (<a rel="gsdoc" href="#class$EOKeyValueUnarchiver">EOKeyValueUnarchiver</a>*)unarchiver;<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSObject(EOKeyValueArchivingAwakeMethods)-finishInitializationWithKeyValueUnarchiver$">finishInitializationWithKeyValueUnarchiver:&nbsp;</a></h3>
    - (void) <b>finishInitializationWithKeyValueUnarchiver:</b> (<a rel="gsdoc" href="#class$EOKeyValueUnarchiver">EOKeyValueUnarchiver</a>*)unarchiver;<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>

          <h1><a name="005000000000">
        Software documentation for the
        NSObject(EOKeyValueUnarchiverDelegation)
        category
      </a></h1>
    <h2>NSObject(<a name="category$NSObject(EOKeyValueUnarchiverDelegation)">EOKeyValueUnarchiverDelegation</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EOKeyValueArchiver.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$NSObject(EOKeyValueUnarchiverDelegation)-unarchiver$objectForReference$">-unarchiver:objectForReference:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSObject(EOKeyValueUnarchiverDelegation)-unarchiver$objectForReference$">unarchiver:&nbsp;objectForReference:&nbsp;</a></h3>
    - (id) <b>unarchiver:</b> (<a rel="gsdoc" href="#class$EOKeyValueUnarchiver">EOKeyValueUnarchiver</a>*)archiver<b> objectForReference:</b> (id)keyPath;<br />
    <div class="desc">
      
            Returns an object for archived &apos;reference&apos;.
            Implemented by EOKeyValueUnarchiver&apos;s delegate.
          
    </div>
    <hr width="25%" align="left" />
</div>

          <h1><a name="006000000000">
        Software documentation for the EOKeyValueArchiving
        protocol
      </a></h1>
    <h2><a name="protocol$(EOKeyValueArchiving)">EOKeyValueArchiving</a></h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EOKeyValueArchiver.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$(EOKeyValueArchiving)-encodeWithKeyValueArchiver$">-encodeWithKeyValueArchiver:</a></li>
      <li><a rel="gsdoc" href="EOKeyValueArchiver.html#method$(EOKeyValueArchiving)-initWithKeyValueUnarchiver$">-initWithKeyValueUnarchiver:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$(EOKeyValueArchiving)-encodeWithKeyValueArchiver$">encodeWithKeyValueArchiver:&nbsp;</a></h3>
    - (void) <b>encodeWithKeyValueArchiver:</b> (<a rel="gsdoc" href="#class$EOKeyValueArchiver">EOKeyValueArchiver</a>*)archiver;<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$(EOKeyValueArchiving)-initWithKeyValueUnarchiver$">initWithKeyValueUnarchiver:&nbsp;</a></h3>
    - (id) <b>initWithKeyValueUnarchiver:</b> (<a rel="gsdoc" href="#class$EOKeyValueUnarchiver">EOKeyValueUnarchiver</a>*)unarchiver;<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
    <br />
    <a href="EOControl.html">Up</a>
    </font>
</body>
</html>