Module serde_with

Source
Available on crate feature serde only.
Expand description

Differential formats for Serde.

Modulesยง

iso_8601serde-human-readable
Use the well-known ISO 8601 format when serializing and deserializing a FileTime.
rfc_2822serde-human-readable
Use the well-known RFC 2822 format when serializing and deserializing a FileTime.
rfc_3339serde-human-readable
Use the well-known RFC 3339 format when serializing and deserializing a FileTime.
unix_time
Use Unix time when serializing and deserializing a FileTime.