Instance Method
インスタンスメソッド
replaceObject:withObject:
Causes the receiver to treat subsequent requests to encode a given object as though they were requests to encode another given object.
ある与えられたオブジェクトをエンコードする続く要請それらを、まるでそれらが別の与えられたオブジェクトをエンコードするよう要請されたかのように、レシーバに扱わせます。
Declaration
宣言
- (void)replaceObject:(id)object
withObject:(id)newObject;
Parameters
パラメータ
object
An object in the object graph being archived.
アーカイブされているオブジェクトグラフの中のあるオブジェクト。
newObject
The object with which to replace object
in the archive.
このオブジェクトで、アーカイブの中のobject
を置き換えることになります。
Discussion
議論
Both object
and newObject
must be valid objects.
object
とnewObject
の両方共が有効なオブジェクトでなければなりません。
See Also
参照
Substituting classes or objects
クラスやオブジェクトを代理する
- classNameEncodedForTrueClassName:
Returns the name of the class used to archive instances of the class with a given true name.
与えられた本当の名前を持つクラスのインスタンスをアーカイブするのに使われたクラスの名前を返します。
Deprecated
非推奨