Skip to main content

Module serde

Module serde 

Source
Expand description

Serde integration helpers.

Modules§

temporal
Opt-in serde field helpers for preserving temporal leaves.

Functions§

from_str
Decodes a query string directly into a serde-deserializable type.
from_value
Decodes a typed value directly from the crate’s dynamic Value model.
to_string
Encodes any serde-serializable value as a query string.
to_value
Converts any serde-serializable value into the crate’s dynamic Value model.