class func classNameDecoded (forArchiveClassName : String) -> String
Returns the name of the class used when instantiating objects whose ostensible class, according to the archived data, is a given name.
それの表向きのクラスが、アーカイブされたデータによれば、ある与えられた名前であるオブジェクトをインスタンス化する時に使われたクラスの名前を返します。
class func decodeClassName (String, asClassName : String)
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
のインスタンスにある与えられた名前を持つクラスを使うように指示します。
func classNameDecoded (forArchiveClassName : String) -> String
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.
それの表向きのクラスが、アーカイブされたデータによれば、ある与えられた名前であるオブジェクトをインスタンス化する時に使われるだろうクラスの名前を返します。
func replace(Any, with: Any)
Causes the receiver to substitute one given object for another whenever the latter is extracted from the archive.
レシーバに1つの与えられたオブジェクトを別のものの代わりにさせます、その字がアーカイブから抽出されるときはいつでも。