Module bytes
Expand description
Serialize/deserialize bytes (Vec<u8>
) type
Modulesยง
- Serialize into base64string, deserialize from base64string
- Serialize into hexstring, deserialize from hexstring
- Serialize into and deserialize from an optional base64string.
- Serialize into string, deserialize from string
- Serialize into and deserialize from a sequence of base64string.