Nodev8Serializer.prototype.writeRawBytesmethod Serializer.prototype.writeRawBytes#Serializer.prototype.writeRawBytes(buffer: TypedArray): voidWrite raw bytes into the serializer's internal buffer. The deserializer will require a way to compute the length of the buffer. For use inside of a custom serializer._writeHostObject(). Parameters ##buffer: TypedArrayReturn Type #void
method Serializer.prototype.writeRawBytes#Serializer.prototype.writeRawBytes(buffer: TypedArray): voidWrite raw bytes into the serializer's internal buffer. The deserializer will require a way to compute the length of the buffer. For use inside of a custom serializer._writeHostObject(). Parameters ##buffer: TypedArrayReturn Type #void