```typescript
import { Serializer } from "node:node__v8.d.ts";
```
Serializer.prototype.releaseBuffer(): Buffer
Returns the stored internal buffer. This serializer should not be used once
the buffer is released. Calling this method results in undefined behavior
if a previous write has failed.