method Serializer.prototype.writeRawBytes
Jump to headingSerializer.prototype.writeRawBytes(buffer: TypedArray): void
Write 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 Jump to heading
Jump to headingbuffer: TypedArray
Return Type Jump to heading
void