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