Class used internally to send messages and handles over an IPC channel. See
Process.spawn for creating an IPC channel and Process.send for sending
messages over the channel.
Methods
write (message:IpcMessage):Void
Sends data over the pipe. data will be serialized with a call to
haxe.Serializer.run. Objects of type Socket can be sent along with the
data if handles is provided.