NSKeyedUnarchiver
E820440
NSKeyedUnarchiver is a Foundation framework class in Apple’s platforms used to decode and reconstruct objects from archives created by NSKeyedArchiver.
All labels observed (1)
| Label | Occurrences |
|---|---|
| NSKeyedUnarchiver canonical | 2 |
How this entity was disambiguated
This entity first appeared as the object of triple T9761817 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: NSKeyedUnarchiver Context triple: [NSCoder, superclassOf, NSKeyedUnarchiver]
-
A.
NSCoder
NSCoder is an abstract class in Apple’s Foundation framework that provides an interface for encoding and decoding objects and values for archiving and serialization.
-
B.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
-
C.
NSObject
NSObject is the root base class in Objective-C from which most classes in Cocoa and Cocoa Touch inherit, providing fundamental object behavior such as memory management and message sending.
-
D.
Key-Value Observing
Key-Value Observing is an Objective-C and Swift mechanism that lets objects be notified and react when specific properties of other objects change.
-
E.
NSArray
NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: NSKeyedUnarchiver Target entity description: NSKeyedUnarchiver is a Foundation framework class in Apple’s platforms used to decode and reconstruct objects from archives created by NSKeyedArchiver.
-
A.
NSCoder
NSCoder is an abstract class in Apple’s Foundation framework that provides an interface for encoding and decoding objects and values for archiving and serialization.
-
B.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
-
C.
NSObject
NSObject is the root base class in Objective-C from which most classes in Cocoa and Cocoa Touch inherit, providing fundamental object behavior such as memory management and message sending.
-
D.
Key-Value Observing
Key-Value Observing is an Objective-C and Swift mechanism that lets objects be notified and react when specific properties of other objects change.
-
E.
NSArray
NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
- F. None of above. chosen
Statements (50)
| Predicate | Object |
|---|---|
| instanceOf |
Cocoa API
ⓘ
Foundation class ⓘ Objective-C class ⓘ |
| canDecode |
Objective-C objects
ⓘ
collections ⓘ custom classes conforming to NSCoding ⓘ property list types ⓘ |
| conformsTo | NSSecureCoding (indirectly via decoded objects) ⓘ |
| definedInFramework | Foundation NERFINISHED ⓘ |
| delegateCan |
handle unknown classes
ⓘ
substitute decoded objects ⓘ |
| discouragedAPIs |
+unarchiveObjectWithData:
ⓘ
+unarchiveObjectWithFile: ⓘ |
| hasClassMethod |
+setClass:forClassName:
ⓘ
+unarchiveObjectWithData: ⓘ +unarchiveObjectWithFile: ⓘ +unarchivedArrayOfObjectsOfClass:fromData:error: ⓘ +unarchivedObjectOfClass:fromData:error: ⓘ +unarchivedObjectOfClasses:fromData:error: ⓘ |
| hasDelegateProtocol | NSKeyedUnarchiverDelegate ⓘ |
| hasInstanceMethod |
-containsValueForKey:
ⓘ
-decodeBoolForKey: ⓘ -decodeDoubleForKey: ⓘ -decodeFloatForKey: ⓘ -decodeIntegerForKey: ⓘ -decodeObjectForKey: ⓘ -finishDecoding ⓘ |
| hasProperty |
decodingFailurePolicy
ⓘ
delegate ⓘ requiresSecureCoding ⓘ |
| headerFile | <Foundation/NSKeyedArchiver.h> ⓘ |
| introducedOnPlatform |
iOS
NERFINISHED
ⓘ
macOS NERFINISHED ⓘ tvOS NERFINISHED ⓘ watchOS NERFINISHED ⓘ |
| language |
Objective-C
NERFINISHED
ⓘ
Swift (via bridging) ⓘ |
| ownedBy | Apple Inc. NERFINISHED ⓘ |
| recommendedAPIs |
+unarchivedObjectOfClass:fromData:error:
ⓘ
+unarchivedObjectOfClasses:fromData:error: NERFINISHED ⓘ |
| relatedClass | NSKeyedArchiver NERFINISHED ⓘ |
| requires | matching NSKeyedArchiver format ⓘ |
| requiresSecureCodingByDefault | true (in modern APIs) ⓘ |
| superclass | NSCoder ⓘ |
| supports |
keyed archiving format
ⓘ
secure unarchiving APIs ⓘ |
| supportsSecureCoding | true GENERATED ⓘ |
| supportsTopLevelObjects | true GENERATED ⓘ |
| usedFor |
decoding archived objects
ⓘ
unarchiving data created by NSKeyedArchiver ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: NSKeyedUnarchiver Description of subject: NSKeyedUnarchiver is a Foundation framework class in Apple’s platforms used to decode and reconstruct objects from archives created by NSKeyedArchiver.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.