method Serializer.prototype.writeValue Usage in Deno```typescript import { Serializer } from "node:node__v8.d.ts"; ``` Serializer.prototype.writeValue(val: any): boolean Serializes a JavaScript value and adds the serialized representation to the internal buffer. This throws an error if `value` cannot be serialized. Parameters val: any Return Type boolean