- decodeXPCObjectOfType:forKey:
Decodes an object and validates that its type matches the type a service provides over XPC.
あるオブジェクトをデコードして、それの型がサービスがXPC越しに提供する型と合致することを検証します。
Availability 有効性
Technology
- (void)encodeXPCObject:(xpc_object_t
)xpcObject
forKey:(NSString
*)key;
xpcObject
An object that XPC can encode. XPCがエンコード可能なあるオブジェクト。
key
A string that your app uses to reference the encoded object. ある文字列、それはエンコードされたオブジェクトを参照するためにあなたのアプリが使用します。
- decodeXPCObjectOfType:forKey: