unarchiveFromDataTransformerName
The name of the value transformer that attempts to unarchive data from an object you provide.
Declaration
static let unarchiveFromDataTransformerName: NSValueTransformerNameDiscussion
The transformer this property references returns the NSData instance created by archiving the value. This transformer requires that an object supports NSCoding in order for the transformer to archive and unarchive.