NSXPCCoder
A coder that encodes and decodes objects that your app sends over an XPC connection.
Declaration
class NSXPCCoderOverview
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.