A mechanism for converting one kind of scripting data to another.
SDK
- macOS 10.0+
Framework
- Foundation
Declaration
class NSScriptCoercionHandler : NSObject
Overview
A shared instance of this class coerces (converts) object values to objects of another class using information supplied by classes that register with it. Coercions frequently are required during key-value coding.