Module deserialization

Module deserialization 

Source

Modulesยง

base64string
Serialize into base64string, deserialize from base64string
from_to_string
Serialize using ToString and deserialize using FromStr trait implementations.
hexstring
Serialize into hexstring, deserialize from hexstring
option_base64string
Serialize into and deserialize from an optional base64string.
vec_base64string
Serialize into and deserialize from a sequence of base64string.