class DefaultSerializer
Usage in Deno
```typescript import { DefaultSerializer } from "node:node__v8.d.ts"; ```A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only
stores the part of their underlying `ArrayBuffer`s that they are referring to.