+ classNameDecodedForArchiveClassName:
Returns the name of the class used when instantiating objects whose ostensible class, according to the archived data, is a given name.
それの表向きのクラスが、アーカイブされたデータによれば、ある与えられた名前であるオブジェクトをインスタンス化する時に使われたクラスの名前を返します。
+ decodeClassName:asClassName:
Instructs instances of
NSUnarchiver
to use the class with a given name when instantiating objects whose ostensible class, according to the archived data, is another given name.
それの表向きのクラスが、アーカイブされたデータによれば、別の与えられた名前であるオブジェクトをインスタンス化する時に、NSUnarchiver
のインスタンスにある与えられた名前を持つクラスを使うように指示します。
- classNameDecodedForArchiveClassName:
Returns the name of the class that will be used when instantiating objects whose ostensible class, according to the archived data, is a given name.
それの表向きのクラスが、アーカイブされたデータによれば、ある与えられた名前であるオブジェクトをインスタンス化する時に使われるだろうクラスの名前を返します。
- decodeClassName:asClassName:
Instructs the receiver to use the class with a given name when instantiating objects whose ostensible class, according to the archived data, is another given name.
それの表向きのクラスが、アーカイブされたデータによれば、別の与えられた名前であるオブジェクトをインスタンス化する時に、レシーバにある与えられた名前を持つクラスを使うように指示します。