var allowedClasses : Set<AnyHashable>?
The set of coded classes allowed for secure coding.
安全なコーディングを想定したクラス一揃い。
Availability 有効性
Technology
var requiresSecureCoding: Bool
{ get }
true
if this coder requires secure coding; false
otherwise.
true
、もしこのコーダーが安全なコーディングを要求するならば;そうでなければfalse
。
Secure coders check a set of allowed classes before decoding objects, and all objects must implement the NSSecure
protocol.
安全なコーダーは、オブジェクトを復号する前に、一揃いの許可されるクラスと照合します、そして全てのオブジェクトはNSSecure
プロトコルを実装しなければなりません。
var allowedClasses : Set<AnyHashable>?
var allowsKeyedCoding : Bool