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