Module cdr::ser

source ·
Expand description

Serializing Rust data types into CDR.

Structs

A serializer that writes values into a buffer.

Functions

Serializes a serializable object into a Vec of bytes.
Serializes an object directly into a Write.