Module

x/atlas_sdk3/deps.ts>deserialize

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Latest
function deserialize
import { deserialize } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/deps.ts";

Deserialize data as BSON.

Parameters

buffer: Uint8Array | ArrayBuffer
  • the buffer containing the serialized set of BSON documents.
optional
options: DeserializeOptions = [UNSUPPORTED]

Returns

returns the deserialized Javascript Object.