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.