Serialize a Javascript object using a predefined Buffer and index into the buffer, useful when pre-allocating the space for serialization.
the Javascript object to serialize.
the Buffer you pre-allocated to store the serialized BSON object.
Optional
the index pointing to the last written byte in the buffer.
Generated using TypeDoc
Serialize a Javascript object using a predefined Buffer and index into the buffer, useful when pre-allocating the space for serialization.