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