Skip to main content

Module serialization

Module serialization 

Functionsยง

serialize_client_state
Serialize a ClientState into its single-byte wire representation.
serialize_daemon_to_client_message
Serialize a DaemonToClientMessage into its tagged-envelope wire representation.
serialize_highlight
Serialize a highlight flag into its single-byte wire representation.
serialize_input_record_0
Serialize an [INPUT_RECORD_0].KeyEvent into a Vec<u8>using custom binary format.
serialize_key_event_record
Serialize a [KEY_EVENT_RECORD] into a Vec<u8>using custom binary format.
serialize_key_event_record_0
Serialize a [KEY_EVENT_RECORD_0] into a Vec<u8> using custom binary format.
serialize_pid
Serialize a process id into its little-endian byte representation used by the named-pipe PID handshake.