NSKeyedUnarchiverDelegate
The optional methods implemented by the delegate of a keyed unarchiver.
Declaration
protocol NSKeyedUnarchiverDelegate : NSObjectProtocolTopics
Decoding Objects
unarchiver(_:cannotDecodeObjectOfClassName:originalClasses:)unarchiver(_:didDecode:)unarchiver(_:willReplace:with:)