Enumeration
列挙
NSCoder.DecodingFailurePolicy
Policies describing the action the coder should take when encountering decode failures.
デコード失敗に出くわしている時にコーダがとるべき行動を記述する方針それら。
Topics
話題
Failure Policies
障害ポリシー
case raiseException
A failure policy that directs the coder to raise an exception.
ある障害ポリシー、それはコーダに例外を引き起こすよう命令します。
case setErrorAndReturn
A failure policy that directs the coder to capture the failure as an error object.
ある障害ポリシー、それはコーダにその障害をエラーオブジェクトとしてキャプチャするよう命令します。
See Also
参照
Inspecting a Coder
コーダーを検査する
var allowsKeyedCoding: Bool
A Boolean value that indicates whether the receiver supports keyed coding of objects.
レシーバがオブジェクトのキー付きコーディングをサポートするかどうかを指し示すブール値。