decodeNXObject
Decodes an object previously written with Encodenxobject:.
Declaration
- (id) decodeNXObject;Discussion
No sharing is done across separate decodeNXObject invocations. Callers must have implemented an init(coder:), which parallels the read: methods, on all of their classes that may be touched by this operation.
See Also
Decoding General Data
decodeArray(ofObjCType:count:at:)decodeBool(forKey:)decodeBytes(forKey:returnedLength:)decodeBytes(withReturnedLength:)decodeData()decodeDouble(forKey:)decodeFloat(forKey:)decodeCInt(forKey:)decodeInteger(forKey:)decodeInt32(forKey:)decodeInt64(forKey:)decodeObject()decodeObject(forKey:)decodePoint()decodePoint(forKey:)