keyedUnarchiveFromDataTransformerName
The name of the value transformer that attempts to unarchive data stored inside a keyed archive in an object you provide.
Declaration
static let keyedUnarchiveFromDataTransformerName: NSValueTransformerNameDiscussion
The transformer this property references returns the NSData instance created by archiving the value using keyed archiving. This transformer requires that an object implement the NSCoding protocol using keyed archiving in order to archive and unarchive with this transformer.