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

decodeNXObject

Decodes an object previously written with encodeNXObject:. 以前にencodeNXObject:で記述されたオブジェクトを復号します。

Declaration 宣言

- (id)decodeNXObject;

Discussion 議論

No sharing is done across separate decodeNXObject invocations. Callers must have implemented an initWithCoder:, which parallels the read: methods, on all of their classes that may be touched by this operation. 共有は、別個のdecodeNXObject発動を越えてなされません。呼び出し側は、initWithCoder:を実装していなければなりません、それはread:メソッドそれらを並列に起こします、この操作によってタッチされるかもしれないそれらのクラスの全ての上で。

See Also 参照

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