Class

NSXPCCoder

A coder that encodes and decodes objects that your app sends over an XPC connection. あるコーダー、それはあなたのアプリがXPC接続越しに送信するオブジェクトそれらをエンコードおよびデコードします。

Declaration 宣言

class NSXPCCoder : NSCoder

Overview 概要

If you want to perform custom encoding or decoding of Codable objects that your app sends over an NSXPCConnection, use isKind(of:) to determine if the coder provided to your object is a kind of NSXPCCoder. あなたが、あなたのアプリがNSXPCConnection越しに送信するCodableオブジェクトそれらのあつらえのエンコーディングまたはデコーディングを実行したいならば、isKind(of:)を使ってあなたのオブジェクトに提供されるコーダーがNSXPCCoderの一種であるかどうかを判定してください。

Topics 話題

Inspecting the Coder コーダーを検査する

Encoding and Decoding エンコーディングとデコーディング

Relationships 関係

Inherits From 継承元

See Also 参照

XPC Client