Module serde_ubjson::ser [] [src]

Serialize a Rust data structure into UBJSON data.

Structs

Serializer

Structure for serializing Rust values into UBJSON.

Functions

to_vec

Serialize the given value as a UBJSON byte vector.

to_writer

Serialize the given value as UBJSON into the IO stream.