Skip to main content
Module

x/atlas_sdk/mod.ts>deserialize

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
function deserialize
import { deserialize } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

Deserialize data as BSON.

Parameters

buffer: Uint8Array
  • the buffer containing the serialized set of BSON documents.
optional
options: DeserializeOptions

Returns

returns the deserialized Javascript Object.