Module ser

Source
Available on crate feature serde only.
Expand description

Serialize a Rust data structure into AMF0 data.

Functionsยง

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