Convert null results back to undefined once we're out of the protocol stack.
null
undefined
This works in tandem with deserializeMessage to properly handle null values in JSONRPC messages.
deserializeMessage
Convert
null
results back toundefined
once we're out of the protocol stack.This works in tandem with
deserializeMessage
to properly handlenull
values in JSONRPC messages.