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

decodeObject(forKey:)

Decodes and returns a previously-encoded object that was previously encoded with encode(_:forKey:) or encodeConditionalObject(_:forKey:) and associated with the string key. ある以前に符号化されたオブジェクトを複合して返します、それは以前にencode(_:forKey:)またはencodeConditionalObject(_:forKey:)で符号化されて文字列keyと結びつけられたものです。

Declaration 宣言

func decodeObject(forKey key: String) -> Any?

Discussion 議論

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

See Also 参照

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