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

encodeNXObject:

Encodes an old-style object onto the coder. コーダー上の旧形式オブジェクトをエンコードします。

Declaration 宣言

- (void)encodeNXObject:(id)object;

Discussion 議論

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

See Also 参照

Encoding General Data 一般的なデータを符号化する