Skip to main content
Module

x/web_bson/mod.js>serialize

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

Serialize a Javascript object.

Parameters

object: Document
  • the Javascript object to serialize.
optional
options: SerializeOptions

Returns

Uint8Array

Buffer object containing the serialized object.