Skip to main content

Module opt_bytes

Module opt_bytes 

Source
Expand description

A bytes field that may be absent, encoded as base64.

Functionsยง

deserialize
Accepts standard or URL-safe base64, padded or not.
serialize
Emits standard padded base64, or null when absent.