Module serde

Module serde 

Source
Expand description

Utilities for working with serde.

Because serde is the underlying library used for data passing between processes procspawn provides various utilities that help with common operations.

Structs§

Json
Utility wrapper to force values through JSON serialization.
Shmem
A read-only byte buffer for sending between processes.

Functions§

in_ipc_mode
Checks if serde is in IPC mode.
with_ipc_mode
Internal helper to mark all serde calls that go across processes so that serializers can respond to it.