Up
Authors
Manuel Guesdon (mguesdon@orange-concept.com )
David Wetzel (dave@turbocat.de )
Date: Generated at 2026-06-22
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
class_GSWBundleUnarchiverDelegate
NSObject
NSObject
GSWBundleUnarchiverDelegate
GSWBundleUnarchiverDelegate
NSObject->GSWBundleUnarchiverDelegate
Declared in:
WebObjects/GSWBundle.h
Availability: OpenStep
Description forthcoming.
GSWBundleUnarchiverDelegate declares 1 Instance Variables
- (id)
initWithObject: (id)object;
Availability: OpenStep
Description forthcoming.
- (id)
unarchiver: (
NSKeyedUnarchiver *)unarchiver
objectForReference: (
NSString *)keyPath;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWBundleUnarchiverDelegate Class
@protected id
_object ;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Declared in:
WebObjects/GSWBundle.h
Availability: OpenStep
Description forthcoming.
- (void)
initializeObject: (id)anObject
fromArchive: (
NSDictionary *)anArchive;
Availability: OpenStep
Description forthcoming.
Up