Class

NSPortCoder

A coder used to transmit object proxies (and sometimes objects themselves) between connections. 接続間でオブジェクトプロキシ(そして時にはオブジェクトそれ自身)を伝達するために使われるコーダー。

Declaration 宣言

@interface NSPortCoder : NSCoder

Overview 概要

NSPortCoder is a concrete subclass of NSCoder used in the distributed objects system to transmit object proxies (and sometimes objects themselves) between NSConnection objects. An NSPortCoder instance is always created and used by an NSConnection object; you should never need to explicitly create or use one directly yourself. NSPortCoderは、NSCoderの具象サブクラスです、分散オブジェクトシステムにおいて使われて、オブジェクトプロキシ(そして時にはオブジェクトそれ自体)をNSConnection間で伝えます。NSPortCoderインスタンスは、常にNSConnectionオブジェクトによって作成されて使われます;あなたは決して直接にあなた自身でそれを明示的に作成や使用する必要はないはずです。

Topics 話題

Creating an NSPortCoder Object NSPortCoderオブジェクトを作成する

Getting the Connection 接続を取得する

Encoding NSPort Objects NSPortオブジェクトをエンコードします

Checking for Encoding エンコーディングを調べる

Dispatching 転送する

Relationships 関係

Inherits From 継承元

See Also 参照

Legacy レガシー