connection
The connection currently performing encoding or decoding.
現在エンコーディングまたはデコーディングを実行している接続。
userInfo
An optional user information object associated with the coder.
コーダーと結びつけられる随意のユーザ情報オブジェクト。
Availability 有効性
Technology
@interface NSXPCCoder : NSCoder
If you want to perform custom encoding or decoding of Codable
objects that your app sends over an NSXPCConnection
, use is
to determine if the coder provided to your object is a kind of NSXPCCoder
.
あなたが、あなたのアプリがNSXPCConnection
越しに送信するCodable
オブジェクトそれらのあつらえのエンコーディングまたはデコーディングを実行したいならば、is
を使ってあなたのオブジェクトに提供されるコーダーがNSXPCCoder
の一種であるかどうかを判定してください。
connection
userInfo
- encodeXPCObject:forKey:
- decodeXPCObjectOfType:forKey:
NSXPCProxyCreating
NSXPCConnection
NSXPCInterface