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

decodeObjectForKey:

Decodes and returns a previously-encoded object that was previously encoded with encodeObject:forKey: or encodeConditionalObject:forKey: and associated with the string key. 以前にencodeObject:forKey:またはencodeConditionalObject:forKey:でエンコードされたそして文字列keyと結びつけられたある以前に符号化されたオブジェクトをデコードして返します。

Declaration 宣言

- (id)decodeObjectForKey:(NSString *)key;

Discussion 議論

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

See Also 参照

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