A coder used to transmit object proxies (and sometimes objects themselves) between connections.
SDK
- macOS 10.0–10.13Deprecated
Framework
- Foundation
Declaration
@interface NSPortCoder : NSCoder
Overview
NSPort
is a concrete subclass of NSCoder
used in the distributed objects system to transmit object proxies (and sometimes objects themselves) between NSConnection
objects. An NSPort
instance is always created and used by an NSConnection
object; you should never need to explicitly create or use one directly yourself.