method Serializer.prototype.writeUint32
Jump to headingSerializer.prototype.writeUint32(value: number): void
Write a raw 32-bit unsigned integer.
For use inside of a custom serializer._writeHostObject()
.
Parameters Jump to heading
Jump to headingvalue: number
Return Type Jump to heading
void