Contents

unarchiveFromDataTransformerName

The name of the value transformer that attempts to unarchive data from an object you provide.

Declaration

static let unarchiveFromDataTransformerName: NSValueTransformerName

Discussion

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.

See Also

Type Properties