Derive Macro plume_rustcrypto::Serialize

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

Provides the ability to serialize and deserialize data using the Serde library. The Serialize and Deserialize traits from the Serde library are re-exported for convenience.