Module libspa::pod::serialize

source ·
Expand description

This module deals with serializing rust types into raw SPA pods.

A raw pod can be serialized by passing a implementor of the PodSerialize trait to PodSerializer::serialize.

The crate provides a number of implementors of this trait either directly, or through FixedSizedPod.

You can also implement the PodSerialize trait on another type yourself. See the traits documentation for more information on how to do that.

Structs§

Enums§

Traits§