Instance Method インスタンスメソッド

decodeBool(forKey:)

Decodes and returns a boolean value that was previously encoded with encode(_:forKey:) and associated with the string key. 以前にencode(_:forKey:)で符号化されて文字列keyと結び付けられたブール値を復号して返します。

Declaration 宣言

func decodeBool(forKey key: String) -> Bool

Discussion 議論

Subclasses must override this method if they perform keyed coding. サブクラスは、それらがキー付きコーディングを実行するならば、このメソッドをオーバーライドする必要があります。

See Also 参照

Decoding General Data 一般的なデータを復号する