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

class(forClassName:)

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

Declaration 宣言

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

Parameters パラメータ

codedName

The name of a class. クラスの名前。

Return Value 戻り値

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

Discussion 議論

The class’s separate translation map is not searched. クラスの持つ独立した変換マップは、調べられません。

See Also 参照

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