Skip to main content

Module serde_base64

Module serde_base64 

Expand description

Compact Serde representation for opaque bytes. Serialize byte fields as base64 strings. Serialization borrows the bytes without allocating an intermediate string. Owned deserialization allocates only its decoded output. Large capture payloads should use a raw record stream instead of an owned Serde field.

Functions§

deserialize
serialize