Nodev8Deserializer.prototype.readRawBytesmethod Deserializer.prototype.readRawBytes#Deserializer.prototype.readRawBytes(length: number): BufferRead raw bytes from the deserializer's internal buffer. The length parameter must correspond to the length of the buffer that was passed to serializer.writeRawBytes(). For use inside of a custom deserializer._readHostObject(). Parameters ##length: numberReturn Type #Buffer
method Deserializer.prototype.readRawBytes#Deserializer.prototype.readRawBytes(length: number): BufferRead raw bytes from the deserializer's internal buffer. The length parameter must correspond to the length of the buffer that was passed to serializer.writeRawBytes(). For use inside of a custom deserializer._readHostObject(). Parameters ##length: numberReturn Type #Buffer