Type Method 型メソッド

className(for:)

Returns the class name with which the archiver class encodes instances of a given class. それでアーカイバクラスがある与えられたクラスのインスタンスをエンコードするところのクラス名を返します。

Declaration 宣言

class func className(for cls: AnyClass) -> String?

Parameters パラメータ

cls

The class for which to determine the translation mapping. このクラスに対して変換マッピングを特定します。

Return Value 戻り値

The class name with which NSKeyedArchiver encodes instances of cls. Returns nil if NSKeyedArchiver does not have a translation mapping for cls. NSKeyedArchiverclsのインスタンスをエンコードするのに使うクラス名。nilを返します、もしNSKeyedArchiverclsに対する変換マッピングを持たないならば。

See Also 参照

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