Indicates whether the archiver requires all archived classes to resist object substitution attacks.
全てのアーカイブされたクラスにオブジェクト置換攻撃に抵抗することをアーカイバが要求するかどうかを指し示します。
If you set the archiver to require secure coding, it throws an exception if you attempt to archive a class which doesn’t conform to NSSecureCoding.
あなたがアーカイバを安全なコーディングを要求するように設定する場合、それは、あなたがNSSecureCodingに準拠しないクラスをアーカイブしようと試みるならば例外をスローします。
Note that the getter is on the superclass, NSCoder. See NSCoder for more information about secure coding.
ゲッターは、スーパークラス、NSCoder上にあることに注意してください。NSCoderを安全なコード記述についてのさらなる情報として見てください。
Encodes an object graph with the given root object into a data representation, optionally requiring secure coding.
オブジェクトグラフをこの与えられたルートオブジェクトで、あるデータ表現へと符号化します、随意にセキュアコーディングを要求します。
Returns a data object that contains the encoded form of the object graph formed by the given root object.
あるデータオブジェクトを返します、それはこの与えられたルートオブジェクトによって形成されたオブジェクトグラフの符号化形式を含みます。