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