Skip to main content
Module

x/web_bson/mod.d.ts>deserialize

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
function deserialize
import { deserialize } from "https://deno.land/x/web_bson@v0.3.0/mod.d.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.