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

classNameEncoded(forTrueClassName:)

Returns the name of the class used to archive instances of the class with a given true name. 与えられた本当の名前を持つクラスのインスタンスをアーカイブするのに使われたクラスの名前を返します。

Declaration 宣言

func classNameEncoded(forTrueClassName trueName: String) -> String?

Parameters パラメータ

trueName

The real name of an encoded class. エンコードされたクラスの実際の名前。

Return Value 戻り値

The name of the class used to archive instances of the class trueName. クラスtrueNameのインスタンスをアーカイブするために使われるクラスの名前。

See Also 参照

Substituting classes or objects クラスやオブジェクトを代理する