Type Property 型プロパティ

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.