Expand description
Derives serialization and deserialization codec for complex structs for simple marshalling.
Derive Macrosยง
- Compact
As - Derive
parity_scale_codec::Compactandparity_scale_codec::CompactAsfor struct with single field. - Decode
- Derive
parity_scale_codec::Decodefor struct and enum. - Decode
With MemTracking - Derive
parity_scale_codec::DecodeWithMemTrackingfor struct and enum. - Encode
- Derive
parity_scale_codec::Encodeandparity_scale_codec::EncodeLikefor struct and enum.