Instance Property インスタンスプロパティ

classForKeyedArchiver

Subclasses to substitute a new class for instances during keyed archiving. キー付きアーカイブ作成の間にインスタンスに対する新しいクラスの代理を務めるためのサブクラスたち。

Declaration 宣言

var classForKeyedArchiver: AnyClass? { get }

Discussion 解説

The object will be encoded as if it were a member of the class. This property is overridden by the encoder class and instance name to class encoding tables. オブジェクトは、それがこのクラスのメンバーであるかのようにエンコードされるでしょう。このプロパティは、エンコーダクラスとクラスエンコーディングテーブルに対するインスタンス名によってオーバーライドされます。 If this property is nil, the result of this property is ignored.

See Also 参照

Archiving アーカイブ