```typescript
import { Serializer } from "node:node__v8.d.ts";
```
Serializer.prototype.transferArrayBuffer(
id: number,
arrayBuffer: ArrayBuffer,
): void
Marks an `ArrayBuffer` as having its contents transferred out of band.
Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`.