Module qm_mongodb::bson::ser
source · Expand description
Serializer
Structs§
- Serde Serializer
- Options used to configure a
Serializer.
Enums§
- Possible errors that can arise during encoding.
Functions§
- Encode a
TSerializable into aBsonvalue. - Encode a
Tinto aBsonvalue, configuring the underlying serializer with the provided options. - Encode a
TSerializable into a BSONDocument. - Encode a
Tinto aDocument, configuring the underlying serializer with the provided options. - Serialize the given
Tas aRawDocumentBuf. - Serialize the given
Tas a BSON byte vector.
Type Aliases§
- Alias for
Result<T, Error>.