Expand description
Derive macros for canonical type serialization and deserialization.
Derive Macrosยง
- Derives
Compressible
andCompressibleBy
traits for the givenstruct
orenum
. - Derives
DecompressibleBy
trait for the givenstruct
orenum
. - Derives
Deserialize
trait for the givenstruct
orenum
. - Derives
Serialize
trait for the givenstruct
orenum
.