Expand description
de/serialize an Option<T>
(where T
implements is de/serializable)
to/from a base64
encoded string containing a JSON payload.
Make sure to also specify #[serde(default)]
.
de/serialize an Option<T>
(where T
implements is de/serializable)
to/from a base64
encoded string containing a JSON payload.
Make sure to also specify #[serde(default)]
.