Skip to main content

Module base64_bytes

Module base64_bytes 

Source
Expand description

JSON uses base64 strings for opaque artifact payloads rather than one number per byte, while binary serde formats retain their usual byte form. Serde adapter for base64-encoded artifact byte payloads.

Functionsยง

deserialize
Deserialize one base64 string to its bytes.
serialize
Serialize bytes as one base64 string.