Instance Method インスタンスメソッド

replaceObject:withObject:

Causes the receiver to substitute one given object for another whenever the latter is extracted from the archive. レシーバに1つの与えられたオブジェクトを別のものの代わりにさせます、その字がアーカイブから抽出されるときはいつでも。

Declaration 宣言

- (void)replaceObject:(id)object 
           withObject:(id)newObject;

Parameters パラメータ

object

The archived object to replace. このアーカイブされたデータを置き換えるます。

newObject

The object with which to replace object. それでobjectを置き換えることになるオブジェクト。

Discussion 議論

newObject can be of a different class from object, and the class mappings set by classNameDecodedForArchiveClassName: and decodeClassName:asClassName: are ignored. newObjectは、objectと異なるクラスのものであることができます、そしてクラスマッピングはclassNameDecodedForArchiveClassName:によって設定されてdecodeClassName:asClassName:は無視されます。

See Also 参照

Substituting classes or objects クラスやオブジェクトを代理する