Expand description

Type-tagged serialization/deserialization utilities.

This module may be used in a #[serde(with = "...")] field attribute when the type of the field is Box<dyn Reflect>.

Functions

Deserialize any dynamic trait pointer.

Serialize any dynamic trait pointer.