#[derive(Serialize)]
{
// Attributes available to this derive:
#[concordium]
}
Expand description
A helper macro to derive both the Serial and Deserial traits.
[derive(Serialize)] is equivalent to [derive(Serial, Deserial)], see
documentation of the latter two for details and options:
derive(Serial),
derive(Deserial).