Deregister an Input Handler
removeInputHandler(type)
Arguments
type | The type for which handlers should be removed. |
---|
Deregister an Input Handler
Value
The handler previously associated with this type
, if one
existed. Otherwise, NULL
.
Description
Removes an Input Handler. Rather than using the previously specified handler for data of this type, the default RJSONIO serialization will be used.
See also
registerInputHandler