Function deserialize

  • Deserialize data as BSON.将数据反序列化为BSON。

    Parameters

    • buffer: Uint8Array

      the buffer containing the serialized set of BSON documents.该缓冲器包含BSON文档的序列化集合。

    • Optional options: DeserializeOptions

    Returns Document

    returns the deserialized Javascript Object.返回反序列化的Javascript对象。

Generated using TypeDoc