Available on crate feature
serde only.Expand description
Serializer
Structs§
- Serializer
- Serde Serializer
Functions§
- serialize_
to_ bson - Encode a
TSerializable into aBsonvalue. - serialize_
to_ buffer - Serialize the given
Tas a BSON byte vector into the provided byte buffer. This allows reusing the same buffer for multiple serializations. - serialize_
to_ document - Serialize a
TSerializable into a BSONDocument. - serialize_
to_ raw_ document_ buf - Serialize the given
Tas aRawDocumentBuf. - serialize_
to_ vec - Serialize the given
Tas a BSON byte vector.