property ClusterSettings.serialization
Usage in Deno
import { type ClusterSettings } from "node:cluster";
Specify the kind of serialization used for sending messages between processes. Possible values are 'json'
and 'advanced'
.
See Advanced serialization for child_process
for more details.
SerializationType | undefined