[go: up one dir, main page]

Module ser

Module ser 

Source
Available on crate feature serde only.
Expand description

Serializer

Structs§

Serializer
Serde Serializer

Functions§

serialize_to_bson
Encode a T Serializable into a Bson value.
serialize_to_buffer
Serialize the given T as a BSON byte vector into the provided byte buffer. This allows reusing the same buffer for multiple serializations.
serialize_to_document
Serialize a T Serializable into a BSON Document.
serialize_to_raw_document_buf
Serialize the given T as a RawDocumentBuf.
serialize_to_vec
Serialize the given T as a BSON byte vector.