Contents

NSXPCCoder

A coder that encodes and decodes objects that your app sends over an XPC connection.

Declaration

class NSXPCCoder

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.

Topics

Inspecting the Coder

Encoding and Decoding

See Also

XPC Client