Derive Macro Serialize
#[derive(Serialize)]
{
// Attributes available to this derive:
#[rkyv]
}
Available on crate feature
dep_rkyv
only.Expand description
Derives Serialize
for the labeled type.
This macro also supports the #[rkyv]
attribute. See Archive
for more
information.