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