Module ser

Source
Available on crate feature serde only.
Expand description

Serialize a Rust data structure into AMF0 data.

Functionsยง

to_writer
Serialize a value into a given writer.
to_bytes
Serialize a value into a new byte vector.