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
クラスやオブジェクトを代理する
func replace(Any, with: Any)
Causes the receiver to treat subsequent requests to encode a given object as though they were requests to encode another given object.
ある与えられたオブジェクトをエンコードする続く要請それらを、まるでそれらが別の与えられたオブジェクトをエンコードするよう要請されたかのように、レシーバに扱わせます。
Deprecated
非推奨