Expand description
Serializer
Structs
- Serde Serializer
- Options used to configure a
Serializer
.
Enums
- Possible errors that can arise during encoding.
Functions
- Encode a
T
Serializable into aBson
value. - Encode a
T
into aBson
value, configuring the underlying serializer with the provided options. - Encode a
T
Serializable into a BSONDocument
. - Encode a
T
into aDocument
, configuring the underlying serializer with the provided options. - Serialize the given
T
as aRawDocumentBuf
. - Serialize the given
T
as a BSON byte vector.
Type Aliases
- Alias for
Result<T, Error>
.