Global Variable グローバル変数

NSUnarchiveFromDataTransformerName

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

Declaration 宣言

const NSValueTransformerName NSUnarchiveFromDataTransformerName;

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.