Instance Property
インスタンスプロパティ
decodingFailurePolicy
The action to take when this unarchiver fails to decode an entry.
このアンアーカイバが登録項目のデコードに失敗する時にとる行動。
Discussion
議論
The unarchiver may fail to decode an entry for the following reasons:
アンアーカイバは、以下の理由のために登録項目のデコードに失敗するかもしれません:
See Also
参照
Decoding Data
データをデコードする
func containsValue(forKey: String) -> Bool
Returns a Boolean value that indicates whether the archive contains a value for a given key within the current decoding scope.
アーカイブがある与えられたキーに対する値を現在のデコードしているスコープ内に含むかどうかを指し示すブール値を返します。
func finishDecoding()
Tells the receiver that you are finished decoding objects.
レシーバにあなたがオブジェクトのデコードを完了したことを教えます。