Module serde_osc::ser [] [src]

OSC packet serialization framework.

Structs

Serializer

Serializes an entire OSC packet, which contains either one message or one bundle.

Functions

to_vec

Serializes value into a Vec<u8> type. This is a wrapper around the to_write function.

to_write

Serialize value into an OSC packet, and write the contents into write. Note that serialization of structs is done only based on the ordering of fields; their names are not preserved in the output.