类:v8.DefaultSerializer


¥Class: v8.DefaultSerializer

Serializer 的子类,将 TypedArray(特别是 Buffer)和 DataView 对象序列化为宿主对象,并且只存储它们所引用的底层 ArrayBuffer 的一部分。

¥A subclass of Serializer that serializes TypedArray (in particular Buffer) and DataView objects as host objects, and only stores the part of their underlying ArrayBuffers that they are referring to.