Skip to main content
method Deserializer.prototype.readRawBytes
Deserializer.prototype.readRawBytes(length: number): Buffer
Deprecated

Read 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: number

Return Type

Buffer
Back to top