Derive Macro serde::Serialize

source ·
#[derive(Serialize)]
{
    // Attributes available to this derive:
    #[serde]
}
Expand description

Derive macro available if serde is built with features = ["derive"].