[go: up one dir, main page]

Module option

Module option 

Source
Expand description

Serialization helpers for optional fields.

Functionsยง

deserialize
Helper that can be used in a serde deserialize_with derive macro for struct fields that contain base64 encoded data.
deserialize_url_safe
Helper that can be used in a serde deserialize_with derive macro for struct fields that contain base64 encoded data.
serialize
Helper that can be used in a serde serialize_with derive macro for struct fields that contain base64 encoded data.
serialize_url_safe
Helper that can be used in a serde serialize_with derive macro for struct fields that contain base64 encoded data.