Instance Property
インスタンスプロパティ
allowsKeyedCoding
A Boolean value that indicates whether the receiver supports keyed coding of objects.
レシーバがオブジェクトのキー付きコーディングをサポートするかどうかを指し示すブール値。
Declaration
宣言
@property(readonly) BOOL allowsKeyedCoding;
Discussion
議論
NO
by default. Concrete subclasses that support keyed coding, such as NSKeyedArchiver
, need to override this property to return YES
.
省略時ではNO
。キー付きコーディングをサポートする具象サブクラス、例えばNSKeyedArchiver
は、このプロパティをオーバーライドしてYES
を返すようにしなければなりません。
See Also
参照
Inspecting a Coder
コーダーを検査する
- containsValueForKey:
Returns a Boolean value that indicates whether an encoded value is available for a string.
符号化された値が文字列に利用可能かどうかを指し示すブール値を返します。
NSDecodingFailurePolicy
Policies describing the action the coder should take when encountering decode failures.
デコード失敗に出くわしている時にコーダがとるべき行動を記述する方針それら。
Related Documentation
関連文書