Module bson::ser[][src]

Expand description

Serializer

Structs

Serde Serializer

Enums

Possible errors that can arise during encoding.

Functions

Encode a T Serializable into a BSON Value.

Encode a T Serializable into a BSON Document.

Serialize the given T as a BSON byte vector.

Type Definitions

Alias for Result<T, Error>.