类: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.