Skip to main content
Module

x/web_bson/src/bson.ts>serialize

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
function serialize
import { serialize } from "https://deno.land/x/web_bson@v0.2.4/src/bson.ts";

Serialize a Javascript object.

Parameters

object: Document
  • the Javascript object to serialize.
optional
options: SerializeOptions = [UNSUPPORTED]

Returns

Uint8Array

Buffer object containing the serialized object.