NSUnarchiver
E821133
NSUnarchiver is an Objective-C class in Apple’s Foundation framework used to decode and reconstruct objects from archived data created by NSArchiver or related archiving classes.
All labels observed (1)
| Label | Occurrences |
|---|---|
| NSUnarchiver canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T9761819 — 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: NSUnarchiver Context triple: [NSCoder, superclassOf, NSUnarchiver]
-
A.
NSKeyedUnarchiver
NSKeyedUnarchiver is a Foundation framework class in Apple’s platforms used to decode and reconstruct objects from archives created by NSKeyedArchiver.
-
B.
NSKeyedArchiver
NSKeyedArchiver is a Foundation framework class in Apple platforms that serializes Objective‑C and Swift objects into an archive format suitable for persistent storage or transmission.
-
C.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
-
D.
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.
-
E.
NSCoding
NSCoding is an Objective-C protocol in Apple’s frameworks that defines methods for encoding and decoding objects so they can be serialized and later reconstructed.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: NSUnarchiver Target entity description: NSUnarchiver is an Objective-C class in Apple’s Foundation framework used to decode and reconstruct objects from archived data created by NSArchiver or related archiving classes.
-
A.
NSKeyedUnarchiver
NSKeyedUnarchiver is a Foundation framework class in Apple’s platforms used to decode and reconstruct objects from archives created by NSKeyedArchiver.
-
B.
NSKeyedArchiver
NSKeyedArchiver is a Foundation framework class in Apple platforms that serializes Objective‑C and Swift objects into an archive format suitable for persistent storage or transmission.
-
C.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
-
D.
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.
-
E.
NSCoding
NSCoding is an Objective-C protocol in Apple’s frameworks that defines methods for encoding and decoding objects so they can be serialized and later reconstructed.
- F. None of above. chosen
Statements (41)
| Predicate | Object |
|---|---|
| instanceOf |
Foundation framework class
ⓘ
Objective-C class ⓘ |
| availability |
iOS
NERFINISHED
ⓘ
macOS NERFINISHED ⓘ tvOS NERFINISHED ⓘ watchOS NERFINISHED ⓘ |
| canUnarchiveDataFrom |
NSArchiver archives
ⓘ
NSArchiver-based binary archives ⓘ |
| category | serialization API ⓘ |
| conformsTo | NSSecureCoding NERFINISHED ⓘ |
| definedInFramework | Foundation NERFINISHED ⓘ |
| developedBy | Apple Inc. NERFINISHED ⓘ |
| documentationURL | https://developer.apple.com/documentation/foundation/nsunarchiver ⓘ |
| headerFile | <Foundation/NSArchiver.h> ⓘ |
| introducedFor | object serialization ⓘ |
| method |
+classNameDecodedForArchiveClassName:
ⓘ
+classNameForClass: ⓘ +decodeClassName:asClassName: ⓘ +setClassName:forClass: ⓘ +unarchiveObjectWithData: ⓘ +unarchiveObjectWithData:exception: ⓘ +unarchiveObjectWithFile: ⓘ +unarchiveObjectWithFile:exception: ⓘ -decodeArrayOfObjCType:count:at: ⓘ -decodeData ⓘ -decodeObject ⓘ -initForReadingWithData: ⓘ -isAtEnd ⓘ |
| programmingLanguage | Objective-C NERFINISHED ⓘ |
| recommendedAlternative | NSKeyedUnarchiver NERFINISHED ⓘ |
| relatedTo |
NSArchiver
NERFINISHED
ⓘ
NSKeyedUnarchiver NERFINISHED ⓘ |
| requires | matching NSArchiver format ⓘ |
| status | legacy API ⓘ |
| superclass | NSCoder NERFINISHED ⓘ |
| supports |
class substitution during unarchiving
ⓘ
versioned archiving ⓘ |
| threadSafety | not inherently thread-safe ⓘ |
| usedFor |
decoding archived data
ⓘ
reconstructing objects from archives ⓘ unarchiving objects ⓘ |
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: NSUnarchiver Description of subject: NSUnarchiver is an Objective-C class in Apple’s Foundation framework used to decode and reconstruct objects from archived data created by NSArchiver or related archiving classes.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.