Type Method 型メソッド

class(forClassName:)

Returns the class from which this unarchiver instantiates an encoded object with a given class name. それからこのアンアーカイバがある与えられたクラス名でエンコードされたオブジェクトをインスタンス化するところのクラスを返します。

Declaration 宣言

class func `class`(forClassName codedName: String) -> AnyClass?

Parameters パラメータ

codedName

The ostensible name of a class in an archive. アーカイブの中のあるクラスの表向きの名前。

Return Value 戻り値

The class from which NSKeyedUnarchiver instantiates an object encoded with the class name codedName. Returns nil if NSKeyedUnarchiver does not have a translation mapping for codedName. クラス、それからNSKeyedUnarchiverがクラスcodedNameでエンコードされたオブジェクトをインスタンス化します。nilを返します、もしNSKeyedUnarchivercodedNameに対する変換マッピングを持たないならば。

See Also 参照

Managing Class Names クラス名を管理する