property ClusterSettings.serialization
Usage in Deno
```typescript import { type ClusterSettings } from "node:node__cluster.d.ts"; ```Specify the kind of serialization used for sending messages between processes. Possible values are `'json'` and `'advanced'`.
See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#advanced-serialization) for more details.
SerializationType | undefined