Type Property 型プロパティ

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: NSValueTransformerName

Discussion 議論

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. このプロパティが参照するトランスフォーマは、値をキー付きアーカイブを使ってアーカイブすることによって作成されたNSDataインスタンスを返します。このトランスフォーマは、オブジェクトがNSCodingプロトコルをキー付きアーカイブを使って実装することをこのトランスフォーマでアーカイブおよびアンアーカイブするために必要とします。