Crate recall_fendermint_vm_encoding

Crate recall_fendermint_vm_encoding 

Source

Macros§

human_readable_delegate
Delegate SerializeAs and DeserializeAs to another instance.
human_readable_str
Create SerializeAs and DeserializeAs instances for IsHumanReadable for the given type assuming it implements ToString and FromStr.

Structs§

IsHumanReadable
Serializer which can be used together with the serde_with crate to annotate fields that we want to appear as strings in human readable formats like JSON, and leave as their default serialization formats otherwise (ie. bytes, which would appear as array of numbers in JSON).

Functions§

deserialize_str
serialize_str