Module serde_cbor::ser [] [src]

CBOR serializisation.

Structs

Serializer

A structure for serializing Rust values into CBOR.

Functions

to_vec

Serializes a value to a vector.

to_vec_packed

Serializes a value without names to a vector.

to_vec_packed_sd

Serializes a value without names to a vector and add a CBOR self-describe tag.

to_vec_sd

Serializes a value to a vector and add a CBOR self-describe tag.

to_writer

Serializes a value to a writer.

to_writer_packed

Serializes a value without names to a writer.

to_writer_packed_sd

Serializes a value without names to a writer and add a CBOR self-describe tag.

to_writer_sd

Serializes a value to a writer and add a CBOR self-describe tag.