Use secure
instead.
Type Property
型プロパティ
keyed
keyedUnarchiveFromDataTransformerName
The name of the value transformer that attempts to unarchive data stored inside a keyed archive in an object you provide.
値トランスフォーマの名前、それはあるキー付きアーカイブ内に格納されたアンアーカイブデータをあなたが提供するあるオブジェクトの中にアーカブするものです。
Deprecated 非推奨
Availability 有効性
- iOS 3.0–12.0 Deprecated
- iPadOS 3.0–12.0 Deprecated
- macOS 10.3–10.14 Deprecated
- Mac Catalyst 13.1–13.1 Deprecated
- tvOS 9.0–12.0 Deprecated
- watchOS 2.0–5.0 Deprecated
Technology
- Foundation ファウンデーション
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
プロトコルをキー付きアーカイブを使って実装することをこのトランスフォーマでアーカイブおよびアンアーカイブするために必要とします。