class func setClassName (String?, for: AnyClass)
Sets a global translation mapping to encode instances of a given class with the provided name, rather than their real name.
あるグローバル転換マッピングを設定することで、ある与えられたクラスのインスタンスそれらをその提供された名前でエンコードします、それらの実際の名前ではなく。
func setClassName (String?, for: AnyClass)
Sets a mapping for this archiver to encode instances of a given class with the provided name, rather than their real name.
このアーカイバに対するあるマッピングを設定することで、与えられたクラスのインスタンスそれらをその提供された名前でエンコードします、それらの実際の名前ではなく。
func className (for: AnyClass) -> String?
Returns the class name with which this archiver encodes instances of a given class.
それでこのアーカイバがある与えられたクラスのインスタンスをエンコードするところのクラス名を返します。