Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mongo/deps.ts>serialize

MongoDB driver for Deno
Extremely Popular
Go to Latest
function serialize
import { serialize } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

Serialize a Javascript object.

Parameters

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

Returns

Uint8Array

Buffer object containing the serialized object.