Convert a JavaScript value to a binary representation that can be sent to another Bun instance.
Internally, this uses the serialization format from WebKit/Safari.
Symbol
Convert a JavaScript value to a binary representation that can be sent to another Bun instance.
Internally, this uses the serialization format from WebKit/Safari.
A JavaScript value, usually an object or array, to be converted.
A SharedArrayBuffer that can be sent to another Bun instance.
Convert a JavaScript value to a binary representation that can be sent to another Bun instance.
Internally, this uses the serialization format from WebKit/Safari.
A JavaScript value, usually an object or array, to be converted.
A Buffer that can be sent to another Bun instance.