Derive Macro rkyv::Serialize[][src]

#[derive(Serialize)]
{
    // Attributes available to this derive:
    #[archive]
    #[omit_bounds]
}

Derives Serialize for the labeled type.

This macro also supports the #[archive] and #[omit_bounds] attributes. See Archive for more information.