Type Method 型メソッド

classForKeyedUnarchiver()

Overridden by subclasses to substitute a new class during keyed unarchiving. サブクラスによってオーバーライドされて、キー付きアンアーカイブの間に新しいクラスの代理を務めます。

Declaration 宣言

class func classForKeyedUnarchiver() -> AnyClass

Return Value 戻り値

The class to substitute for the receiver during keyed unarchiving. キー付きアンアーカイブの間にレシーバの代理を務めるクラス。

Discussion 解説

During keyed unarchiving, instances of the receiver will be decoded as members of the returned class. This method overrides the results of the decoder’s class and instance name to class encoding tables. キー付きアンアーカイブの間に、レシーバのインスタンスはこの返された型のメンバーとしてデコードされます。このメソッドはデコーダのクラスとクラスエンコーディングテーブルに対するインスタンス名をオーバーライドします。

See Also 参照

Archiving アーカイブ